Re: How do I expose Catalina MBeans through Java Platform MBeanServer

2007-11-15 Thread Ramakanth Kunapuli
es not seem to contain source code. > > ++Vamsi > > On Nov 15, 2007 1:16 AM, Ramakanth Kunapuli <[EMAIL PROTECTED]> wrote: > > > It appears that tomcat uses different MBeanServer instance from Java's > > platform MBeanServer. > > > > Here's a tech ti

How do I expose Catalina MBeans through Java Platform MBeanServer

2007-11-14 Thread Ramakanth Kunapuli
It appears that tomcat uses different MBeanServer instance from Java's platform MBeanServer. Here's a tech tip of making both Tomcat & Java use the same MBean Server instance. Drop the attached jar file under /jre/lib/ext. Modify the java execution command to include the following system property