remm 2003/03/12 13:15:23 Modified: catalina/src/share/org/apache/catalina/mbeans mbeans-descriptors.xml Log: - Add StandardContext.defaultWebXml. - Add destroy. Revision Changes Path 1.19 +10 -0 jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml Index: mbeans-descriptors.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-catalina/catalina/src/share/org/apache/catalina/mbeans/mbeans-descriptors.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- mbeans-descriptors.xml 12 Mar 2003 07:21:52 -0000 1.18 +++ mbeans-descriptors.xml 12 Mar 2003 21:15:23 -0000 1.19 @@ -1957,6 +1957,10 @@ server?" type="boolean"/> + <attribute name="defaultWebXml" + description="Location of the default web.xml resource or file" + type="java.lang.String"/> + <attribute name="privileged" description="Access to tomcat internals" type="boolean"/> @@ -2106,6 +2110,12 @@ <operation name="stop" description="Stop the contex" + impact="ACTION" + returnType="void"> + </operation> + + <operation name="destroy" + description="Destroy the contex" impact="ACTION" returnType="void"> </operation>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]