costin 2003/03/12 07:48:45
Modified: resources/mbeans tomcat5-ant.xml
Log:
Fix the app name, now it works fine
Revision Changes Path
1.5 +1 -1 jakarta-tomcat-5/resources/mbeans/tomcat5-ant.xml
Index: tomcat5-ant.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-5/resources/mbeans/tomcat5-ant.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- tomcat5-ant.xml 8 Mar 2003 06:46:54 -0000 1.4
+++ tomcat5-ant.xml 12 Mar 2003 15:48:45 -0000 1.5
@@ -145,7 +145,7 @@
<attribute name="privileged" value="true" />
</mbean>
- <mbean
name="${domain}:j2eeType=WebModule,name=//localhost/servlet-examples,J2EEApplication=none,J2EEServer=none"
+ <mbean
name="${domain}:j2eeType=WebModule,name=//localhost/servlets-examples,J2EEApplication=none,J2EEServer=none"
code="org.apache.catalina.core.StandardContext" modeler="true">
<attribute name="docBase" value="/opt/50/webapps/servlets-examples" />
<!-- Required for now -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]