yoavs 2004/12/09 05:45:25
Modified: webapps/docs changelog.xml
webapps/docs/config host.xml
Log:
Bugzilla 32603.
Revision Changes Path
1.201 +3 -0 jakarta-tomcat-catalina/webapps/docs/changelog.xml
Index: changelog.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/changelog.xml,v
retrieving revision 1.200
retrieving revision 1.201
diff -u -r1.200 -r1.201
--- changelog.xml 8 Dec 2004 19:15:30 -0000 1.200
+++ changelog.xml 9 Dec 2004 13:45:24 -0000 1.201
@@ -35,6 +35,9 @@
<update>
<bug>32382</bug>: Index page and packaed WAR for sample webapp.
(yoavs)
</update>
+ <fix>
+ <bug>32603</bug>: Updated host.xml to reflect appBase resolution.
(yoavs)
+ </fix>
</changelog>
</subsection>
1.14 +1 -1 jakarta-tomcat-catalina/webapps/docs/config/host.xml
Index: host.xml
===================================================================
RCS file: /home/cvs/jakarta-tomcat-catalina/webapps/docs/config/host.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- host.xml 27 Sep 2004 16:00:31 -0000 1.13
+++ host.xml 9 Dec 2004 13:45:25 -0000 1.14
@@ -66,7 +66,7 @@
This is the pathname of a directory that may contain web applications
to be deployed on this virtual host. You may specify an
absolute pathname for this directory, or a pathname that is relative
- to the <code>$CATALINA_HOME</code> directory. See
+ to the <code>$CATALINA_BASE</code> directory. See
<a href="#Automatic Application Deployment">Automatic Application
Deployment</a> for more information on automatic recognition and
deployment of web applications to be deployed automatically.</p>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]