Simplest way to test is to run SimpleAxisServer with com.sun.management.jmxremote set on the prompt (using JDK1.5) and then run jconsole with the pid
http://java.sun.com/j2se/1.5.0/docs/guide/management/agent.html http://java.sun.com/j2se/1.5.0/docs/tooldocs/share/jconsole.html http://java.sun.com/developer/technicalArticles/J2SE/jconsole.html -- dims On 7/25/05, Chathura Ekanayake <[EMAIL PROTECTED]> wrote: > Hi, > > I'm implementing a JMX front for Axis2. I have already built a > prototype using standard MBeans. But I am thinking of using > commons.modeler package as done in Axis1.x. > > I studied the org.apache.axis.management.Registrar class used for > registering MBeans in Axis1.x. I would like to know the modules which > invoke the methods in Registrar class so that I can use a similar > approach in Axis2 as well. > > And I would also like to know the JMX url which I can use to access > the Axis1.x JMX front from the JMX clients like JConsole or JManager. > > Regards, > > Chathura Ekanayake > -- Davanum Srinivas -http://blogs.cocoondev.org/dims/
