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>
Notice: This is not a Q&A section.
The Apache Comments System is explained
here.
Comments should be pointed towards suggestions on improving the documentation
or server, and may be removed again by our moderators if they are either
implemented or considered invalid/off-topic.
Questions on how to configure or use Apache Tomcat should be directed
to our mailing lists.
If you need help, ask on the users mailing list.