You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by Chathura Ekanayake <cc...@gmail.com> on 2005/07/25 11:12:27 UTC

[Axis2] Info about JMX front of Axis1.x

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

Re: [Axis2] Info about JMX front of Axis1.x

Posted by Davanum Srinivas <da...@gmail.com>.
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 <cc...@gmail.com> 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/