AFAIK, the jboss management console needs to run in the same JVM with the 
MBeanServer that hosts the mbeans.

Otherwise it would have to be modified to use a remove JMX connector, but this 
would require some changes to the code.

One solution is to try and use the old "http adapter" that comes with Sun 
jmx1.0 tools library (if I remember correctly). This was a essentially a very 
primitive web server->JMX that can be started inside your application.

However, the preferred solution would be to start from the minimal jboss 
configuration and load your MBean inside jboss (since this is an MBean already, 
it's a piece of cake). Except for the console you'll get lots of freebies, like 
advanced classloading, hot-deployment, xml descriptors for loading your stuff, 
etc. etc. etc.

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3865313#3865313

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3865313


-------------------------------------------------------
This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting
Tool for open source databases. Create drag-&-drop reports. Save time
by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc.
Download a FREE copy at http://www.intelliview.com/go/osdn_nl
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to