tomcat-user  

Manage a context via JMX

Björn König
Tue, 11 Oct 2005 07:16:10 -0700

Hello,

i'm using jmx to access the tomcat 5.5 server. I succeeded in retrieving a
list of context mbeans. My problem is that the context-mbean doesn't contain
any information about the availability of a context, the context description
and number of sessions. I tried to get the original context object via the
managedResource property of the mbean, but it doesn't work. It might be
because I'm using a JmxMbeanServerConnection stead of a MbeanServer object.

Does any one know, how to get this information about a context via JMX?

Thanks!
Bjoern


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

  • Manage a context via JMX Björn König