glenn       01/02/22 18:32:20

  Modified:    catalina/docs/dev classloaders.html
  Log:
  Fix server and shared classes directory location
  
  Revision  Changes    Path
  1.5       +3 -3      jakarta-tomcat-4.0/catalina/docs/dev/classloaders.html
  
  Index: classloaders.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/docs/dev/classloaders.html,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- classloaders.html 2001/02/21 03:38:06     1.4
  +++ classloaders.html 2001/02/23 02:32:20     1.5
  @@ -93,13 +93,13 @@
       all JAR files in the <code>$CATALINA_HOME/server</code> directory, which
       should contain Catalina itself (i.e. all classes whose fully qualified
       names begin with <code>org.apache.catalina.</code>), and any JAR files
  -    that it depends on and the <code>$CATALINA_HOME/common/classes</code>
  +    that it depends on and the <code>$CATALINA_HOME/server/classes</code>
       directory if it exists.  Because these classes are loaded from a separate
       class loader, which is not visible to the <strong>Webapp</strong> class
       loader, they are <em>not</em> visible to web applications.</li>
   <li><strong>Shared</strong> - This class loader is initialized to include
       all JAR files in the <code>$CATALINA_HOME/lib</code> directory and the
  -    <code>$CATALINA_HOME/common/classes</code> directory if it exists.  All of
  +    <code>$CATALINA_HOME/classes</code> directory if it exists.  All of
       the classes in these repositories will be visible to all web applications,
       so they may be used to share information between web apps
       (<strong>NOTE</strong> - this behavior is specific to Tomcat 4.0, and
  @@ -249,7 +249,7 @@
   
   <br>
   <div align="center"><hr width="75%"><font size="2">
  -$Id: classloaders.html,v 1.4 2001/02/21 03:38:06 glenn Exp $
  +$Id: classloaders.html,v 1.5 2001/02/23 02:32:20 glenn Exp $
   </font></div>
   
   </body>
  
  
  

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

Reply via email to