craigmcc 02/01/10 14:19:49 Modified: webapps/tomcat-docs class-loader-howto.xml Log: Fix typos in class loader HOW-TO document. Submitted by: Samarth Kumar <Sammarth_Kumar at Vanguard.com> Revision Changes Path 1.4 +2 -2 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.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- class-loader-howto.xml 12 Nov 2001 21:03:48 -0000 1.3 +++ class-loader-howto.xml 10 Jan 2002 22:19:49 -0000 1.4 @@ -94,7 +94,7 @@ of the <code>CLASSPATH</code> environment variable itself, and instead build the System class loader from the following repositories: <ul> - <li><em>$CATALINA_HOME/lib/bootstrap.jar</em> - Contains the main() method + <li><em>$CATALINA_HOME/bin/bootstrap.jar</em> - Contains the main() method that is used to initialize the Tomcat 4 server, and the class loader implementation classes it depends on.</li> <li><em>$JAVA_HOME/lib/tools.jar</em> - Contains the "javac" compiler used @@ -197,7 +197,7 @@ <li>Bootstrap classes of your JVM</li> <li>System class loader classses (described above)</li> <li><em>$CATALINA_HOME/common/classes</em></li> -<li><em>$CATALINA_HOME/common/*.jar</em></li> +<li><em>$CATALINA_HOME/common/lib/*.jar</em></li> <li><em>$CATALINA_HOME/shared/classes</em></li> <li><em>$CATALINA_HOME/shared/lib/*.jar</em></li> </ul>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>