yoavs 2004/12/09 05:46:55 Modified: webapps/docs Tag: TOMCAT_5_0 changelog.xml webapps/docs/config Tag: TOMCAT_5_0 host.xml Log: Bugzilla 32603. Revision Changes Path No revision No revision 1.70.2.89 +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.70.2.88 retrieving revision 1.70.2.89 diff -u -r1.70.2.88 -r1.70.2.89 --- changelog.xml 8 Dec 2004 15:45:24 -0000 1.70.2.88 +++ changelog.xml 9 Dec 2004 13:46:54 -0000 1.70.2.89 @@ -29,6 +29,9 @@ <update> <bug>32454</bug>: Amended JNDI documentation for JavaMail/JavaActivationFramework usage. (yoavs) </update> + <fix> + <bug>32603</bug>: Updated Host doc to reflect appBase resolution. (yoavs) + </fix> </changelog> </subsection> No revision No revision 1.6.2.2 +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.6.2.1 retrieving revision 1.6.2.2 diff -u -r1.6.2.1 -r1.6.2.2 --- host.xml 20 Sep 2004 18:29:05 -0000 1.6.2.1 +++ host.xml 9 Dec 2004 13:46:54 -0000 1.6.2.2 @@ -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]