craigmcc    02/01/10 14:17:13

  Modified:    webapps/tomcat-docs Tag: tomcat_40_branch
                        class-loader-howto.xml
  Log:
  Fix typos in class loader HOWTO docs.
  
  Submitted by: Samarth Kumar <Samarth_Kumar at Vanguard.com>
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +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.1
  retrieving revision 1.1.2.1
  diff -u -r1.1 -r1.1.2.1
  --- class-loader-howto.xml    4 Sep 2001 04:39:04 -0000       1.1
  +++ class-loader-howto.xml    10 Jan 2002 22:17:13 -0000      1.1.2.1
  @@ -100,7 +100,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
  @@ -201,7 +201,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/classes</em></li>
   <li><em>$CATALINA_HOME/lib/*.jar</em></li>
   </ul>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to