I have deployed my multithreaded application as a mBean and want to monitor it 
using JMX console.

I started with JBoss minimal server with just my application.sar, tomcat sar 
and jmx-console.war. How do I make JBoss deployer go about deploying in the 
following order -
1)Deploy Tomcat service, 
2)JMX-console.war application 
3) finally my application.sar.

Tried using depends in jmx-service.xml in myApp.sar did not work. Am I missing 
some config here. 
jmx-service.xml entry is - 
         code="com.myPackage.myAppClass" 
          name="com.mypackage:service=MyAppClass">
         jboss.web:service=WebServer

The reason i want that particular order is my app starts threads and waits in 
an infinite loop and listening thru' the socket connection for the next command.


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

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


-------------------------------------------------------
SF.Net email is sponsored by: Discover Easy Linux Migration Strategies
from IBM. Find simple to follow Roadmaps, straightforward articles,
informative Webcasts and more! Get everything you need to get up to
speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to