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
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
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
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
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
>
>