Remote restart from Jboss 5.1.0
How to do remote restart from JBoss 5.1.0? This is possible only using the JMX interf开发者_C百科ace?
Thanks
Is not possible. There is no method for this operation in the Server bean (jboss.system).
It can be done with JMX, wheter it's via jconsole
, the admin-console
or JON
, all three of those in the end invoke a JMX MBean
精彩评论