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 <java_home>/jre/lib/ext. Modify the java execution command to include the following system property. * -Djavax.management.builder.initial=SingletonMBeanServerBuilder *
mbeanserver_builder.jar
Description: application/java-archive
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]