You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2003/12/17 23:28:19 UTC

cvs commit: jakarta-tomcat-4.0/webapps/tomcat-docs class-loader-howto.xml

markt       2003/12/17 14:28:19

  Modified:    webapps/tomcat-docs class-loader-howto.xml
  Log:
  - Bug 10627. Small path error in class loader how to.
  - Provided by Andrew Conrad.
  
  Revision  Changes    Path
  1.11      +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.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- class-loader-howto.xml	13 Sep 2003 14:57:54 -0000	1.10
  +++ class-loader-howto.xml	17 Dec 2003 22:28:19 -0000	1.11
  @@ -167,8 +167,8 @@
       in which case you should put them in the <strong>Common</strong>
       class loader instead).  All unpacked classes and resources in
       <code>$CATALINA_HOME/shared/classes</code>, as well as classes and
  -    resources in JAR files under <code>$CATALINA_HOME/lib</code>, are
  -    made visible through this class loader.  By default, that includes
  +    resources in JAR files under <code>$CATALINA_HOME/shared/lib</code>,
  +    are made visible through this class loader.  By default, that includes
       the following:
       <ul>
       <li><em>jasper-compiler.jar</em> - The page compiler classes required
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org