I have a web service that is deployed in tomcat. I have MBeans that are exposed through spring. When I connect using jconsole I also see objects that are exposed by tomcat in MBean tree like JMImplementation, Users, etc. along with my MBeans. Is there a way to hide these nodes?


Reply With Quote