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
       <code>$CATALINA_HOME/shared/classes</code>, or place JAR files
       containing those classes and resources under
  -    <code>$CATALINA_HOME/shared/lib</code>.</li>
  +    <code>$CATALINA_BASE/shared/lib</code>.</li>
   </ul>
   
   </section>
  @@ -166,8 +166,8 @@
       web applications (unless Tomcat internal classes also need access,
       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/shared/lib</code>,
  +    <code>$CATALINA_BASE/shared/classes</code>, as well as classes and
  +    resources in JAR files under <code>$CATALINA_BASE/shared/lib</code>,
       are made visible through this class loader.  By default, that includes
       the following:
       <ul>
  @@ -208,8 +208,8 @@
   <li><em>$CATALINA_HOME/common/classes</em></li>
   <li><em>$CATALINA_HOME/common/endorsed/*.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>
  +<li><em>$CATALINA_BASE/shared/classes</em></li>
  +<li><em>$CATALINA_BASE/shared/lib/*.jar</em></li>
   </ul>
   
   </section>
  
  
  

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

Reply via email to