See my comments below Thanks, Deepal ................................................................ ~Future is Open~
----- Original Message ----- From: "Chathura Ekanayake" <[EMAIL PROTECTED]>
To: <[email protected]> Sent: Monday, August 08, 2005 1:53 PM Subject: Re: [Axis2] JMX front end to Axis2 Hi, I developed the Axis2 JMX front using commons.modeler package. And I have used runtime class loading to load modeler classes as done in Axis1.2.
What are the functionality that you are going to provide by JMX . If it can provide much more functionality than web admin it will be great.
I have also added functionality to publish the MBeanServer using a RMI connector so that it can be accessed by remote machines through RMI.
If you use RMI connectors there will be some proxy issues (need to open a port)
But this requires to use the classes from javax.management and javax.management.remote packages. How should we use these classes? Should we use runtime loading to load these classes as well? And is it ok to publish MBeanServer using RMI connector, or should it be kept without publishing as done in Axis1.2? Regards, Chathura
