Chatura, Srinath, There is JMX support in 1.X using commons-modeler. Please take a look at it before deciding.
-- dims On 7/6/05, Srinath Perera <[EMAIL PROTECTED]> wrote: > Hi Chathura; > > Welcome Chathura!! Now we have too many people called Chatura :D around > > Let me say my views of thingy. And we should try to set up a schedule > as the Goolgle programme needs it. > > 1) We need MBean(s) that wraps Axis2 ConfigurationContext (The > Registry of all the information about Axis2), it can be one or it can > be dozen .. > 2) There should be a MBeans server! it can be the Tomcat one (in the > HTTP Servlet cases) or if there is none we should start one. > 3) When the Axis2 starts up it creates ConfigurationContext (The > Registry of all the information about Axis2), a reference to this > should be passed to the MBean(s) so they can alter Axis2 > 4) What information/configurations that can be managed via the JMX > console is need to be decided! > > I think it is best to create a prototype (may be for the tomcat case > .. what ever you feel comfortable) that can configure *some* setting > in Axis2 and try to build on it. When we have something working .. we > can get going > > Thanks > Srinath > > > On 7/6/05, Chathura Ekanayake <[EMAIL PROTECTED]> wrote: > > I would like to work on the JMX front end for Axis2 mentioned in > > http://wiki.apache.org/ws/FrontPage/Axis2/Tasks/JMX-front. I have > > received a grant under Google Summer of Code program for this project. > > Goal of this is to wrap the configurable parts of Axis2 with MBeans > > and provide a JMX interface to monitor and configure Axis2 remotely > > using JMX services. > > > > The plan is to create MBeans that wrap the configuration and register > > them in a MBean server at the start up of Axis2. Once the MBean server > > is setup, any authorized client can connect to it using the url of the > > MBean server. > > > > A separate servlet (a built in client) is created to provide the web > > user interface for managing Axis2. This servlet connects to the Axis2 > > MBean server and performs the management tasks using MBeans. > > > > Regards, > > > > Chathura > > > -- Davanum Srinivas -http://blogs.cocoondev.org/dims/
