Adding MBean descriptions

You may also add MBean descriptions for custom components in a mbeans-descriptor.xml file, located in the same package as the class files it describes.

 

<mbean         name=”LDAPRealm”

className=”org.apache.catalina.mbeans.ClassNameMBean”

description=”Custom LDAPRealm”

domain=”Catalina”

group=”Realm”

type=”com.myfirm.mypackage.LDAPRealm”>

 

<attribute   name=”className”

description=”Fully qualified class name of the managed object”

type=”java.lang.String”

writeable=”false”/>

 

<attribute   name=”debug”

description=”The debugging detail level for this component”

type=”int”/>

.

.

.

 

</mbean>

 

Share this post
[social_warfare]
Including Other URLconfs
Generic Views

Get industry recognized certification – Contact us

keyboard_arrow_up