amyroh 01/12/03 09:33:05 Modified: catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml Log: Added debug mbean attribute to Server MBean. Revision Changes Path 1.13 +5 -1 jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml Index: mbeans-descriptors.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- mbeans-descriptors.xml 2001/11/15 02:03:08 1.12 +++ mbeans-descriptors.xml 2001/12/03 17:33:05 1.13 @@ -6,7 +6,7 @@ <!-- Descriptions of JMX MBeans for Catalina - $Id: mbeans-descriptors.xml,v 1.12 2001/11/15 02:03:08 craigmcc Exp $ + $Id: mbeans-descriptors.xml,v 1.13 2001/12/03 17:33:05 amyroh Exp $ --> <mbeans-descriptors> @@ -993,6 +993,10 @@ domain="Catalina" group="Server" type="org.apache.catalina.core.StandardServer"> + + <attribute name="debug" + description="The debugging detail level for this component" + type="int"/> <attribute name="port" description="TCP port for shutdown messages"
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>