markt 2004/04/02 09:42:46 Modified: webapps/tomcat-docs class-loader-howto.xml Log: - Fix remaining incorrect reference to CATALINA_HOME rather than CATALINA_BASE - Reported by Daniel Rall Revision Changes Path 1.14 +1 -1 jakarta-tomcat-4.0/webapps/tomcat-docs/class-loader-howto.xml Index: class-loader-howto.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/tomcat-docs/class-loader-howto.xml,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- class-loader-howto.xml 2 Feb 2004 21:40:31 -0000 1.13 +++ class-loader-howto.xml 2 Apr 2004 17:42:45 -0000 1.14 @@ -27,7 +27,7 @@ application archive.</li> <li>For classes and resources that must be shared across all web applications, place unpacked classes and resources under - <code>$CATALINA_HOME/shared/classes</code>, or place JAR files + <code>$CATALINA_BASE/shared/classes</code>, or place JAR files containing those classes and resources under <code>$CATALINA_BASE/shared/lib</code>.</li> </ul>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]