Re: JMXProxyServlet

2005-12-19 Thread anita kulshreshtha
Thanks for your quick response. Could someone please tell me why am I getting all zeros here : (as you might have guessed, tomcat is running inside Geronmimo) Thanks Anita OK - Number of results: 3 Name: Geronimo:type=GlobalRequestProcessor,name=http-0.0.0.0-8080 modelerType: org

Re: JMXProxyServlet

2005-12-19 Thread Jess Holle
And JMX has to be one of the easier technologies to pick up as far as I'm concerned. The hard part is deciding which route to take: standard MBeans, modeled, open, dynamic, etc. Tomcat has clearly decided to go with modeled via commons-modeler, which is fine. For my own purposes I stick with

Re: JMXProxyServlet

2005-12-19 Thread Dakota Jack
Anita, if you just read up on how this works the answer will become obvious. To make a class manageable by JMX you must implement a JMX interface and become part of an agent process. There is no short answer to any question that will replace learning the technology. On 12/19/05, anita kulshresht

Re: JMXProxyServlet

2005-12-19 Thread anita kulshreshtha
Can any servlet access MBeans of type RequestProcessor and GlobalRequestProcessor ? Thanks Anita --- Dakota Jack <[EMAIL PROTECTED]> wrote: > Look at the literature on JMX. Interesting stuff! > > On 12/18/05, anita kulshreshtha > <[EMAIL PROTECTED]> wrote: > > > > Hi All, > > What i

Re: JMXProxyServlet

2005-12-18 Thread Dakota Jack
Look at the literature on JMX. Interesting stuff! On 12/18/05, anita kulshreshtha <[EMAIL PROTECTED]> wrote: > > Hi All, > What is required for a servlet to be able to > behave like the JMXProxyServlet in tomcat manager > application? > > Thanks In Advance > Anita > >