remm 2003/11/13 00:31:51
Modified: resources/mbeans tomcat5-ant.xml
Log:
- Fix the webapps docbase (I wonder if the currently release package runs ...),
which was using my Tomcat build directory behind my back.
Revision Changes Path
1.15 +2 -2 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.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- tomcat5-ant.xml 24 Oct 2003 13:08:47 -0000 1.14
+++ tomcat5-ant.xml 13 Nov 2003 08:31:51 -0000 1.15
@@ -5,7 +5,7 @@
<property name="tomcat.home" location="." />
<!-- This matches the build struct with build and embed at the same level -->
- <property name="tomcat.webapps" location="${tomcat.home}/../build/webapps" />
+ <property name="tomcat.webapps" location="${tomcat.home}/webapps" />
<path id="tomcatCP-extra" />
@@ -252,7 +252,7 @@
<mbean
name="${jsr77Domain}:j2eeType=WebModule,name=//localhost/manager,J2EEApplication=none,J2EEServer=none"
code="org.apache.catalina.core.StandardContext" modeler="true">
- <attribute name="docBase"
value="${tomcat.webapps}/../server/webapps/manager" />
+ <attribute name="docBase" value="${tomcat.webapps}/manager" />
<attribute name="engineName" value="${domain}" />
<attribute name="privileged" value="true" />
</mbean>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]