List of Attributes
Attribute | Description | Default value |
name | Full qualified JMX ObjectName — Catalina:type=MBeanFactory | |
ref | JMX Connection reference | jmx.server |
echo | Echo command usage (access and result) | false |
Example to unregister remote MBean
<jmx:unregister
name=”Catalina:type=MBeanFactory”
/>
A lot of Tomcat MBeans can’t be unregister.
The MBeans are not unlinked from their parent. Use MBeanFacrory
remove operation instead.