markt 2004/02/02 13:40:31 Modified: webapps/tomcat-docs class-loader-howto.xml Log: - Fix 13805. Update docs to show that the shared directory is relative to CATALINA_BASE not CATALINA_HOME. - Reported by Michael Eriksson. Revision Changes Path 1.13 +5 -5 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.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- class-loader-howto.xml 1 Feb 2004 22:43:59 -0000 1.12 +++ class-loader-howto.xml 2 Feb 2004 21:40:31 -0000 1.13 @@ -29,7 +29,7 @@ place unpacked classes and resources under $CATALINA_HOME/shared/classes, or place JAR files containing those classes and resources under - $CATALINA_HOME/shared/lib. + $CATALINA_BASE/shared/lib. @@ -166,8 +166,8 @@ web applications (unless Tomcat internal classes also need access, in which case you should put them in the Common class loader instead). All unpacked classes and resources in - $CATALINA_HOME/shared/classes, as well as classes and - resources in JAR files under $CATALINA_HOME/shared/lib, + $CATALINA_BASE/shared/classes, as well as classes and + resources in JAR files under $CATALINA_BASE/shared/lib, are made visible through this class loader. By default, that includes the following: --------------------------------------------------------------------- To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org