Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

How to do remote restart from JBoss 5.1.0? This is possible only using the JMX interface?

Thanks

share|improve this question

2 Answers

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

share|improve this answer
up vote 0 down vote accepted

Is not possible. There is no method for this operation in the Server bean (jboss.system).

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.