remm        00/11/12 22:48:59

  Modified:    catalina/docs/dev classloaders.html
  Log:
  - Updates to the documentation to reflect the change in classloader
    architecture.
  
  Revision  Changes    Path
  1.2       +13 -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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- classloaders.html 2000/09/30 20:51:37     1.1
  +++ classloaders.html 2000/11/13 06:48:59     1.2
  @@ -46,6 +46,8 @@
                         Bootstrap
                             |
                          System
  +                          |
  +                       Common
                         /      \
                    Catalina   Shared
                              /     \
  @@ -68,11 +70,19 @@
       <li><code>$CATALINA_HOME/bin/bootstrap.jar</code> - The Bootstrap class
           that is used to initialize the Catalina server, and the class
           loader implementation classes it depends on.</li>
  +    <li><code>$JAVA_HOME/lib/tools.jar</code> - Contains the Javac
  +        compiler used to compile the servlets generated from JSP pages.</li>
  +    </ul>
  +<li><strong>Common</strong> - This class loader is initialized to include all 
  +    JAR files in the <code>$CATALINA_HOME/bin</code> directory, except 
  +    <code>bootstrap.jar</code>. The following two JAR files are installed
  +    by default, and are necessary to run Tomcat 4.
  +    <ul>
       <li><code>$CATALIA_HOME/bin/servlet.jar</code> - The Servlet and JSP
           API classes, placed here so that they are shared between Catalina
           and the web applications that run under it.</li>
  -    <li><code>$JAVA_HOME/lib/tools.jar</code> - Contains the Javac
  -        compiler used to compile the servlets generated from JSP pages.</li>
  +    <li><code>$CATALIA_HOME/bin/naming.jar</code> - The JNDI implementation
  +        used by Tomcat 4.</li>
       </ul>
   <li><strong>Catalina</strong> - This class loader is initialized to include
       all JAR files in the <code>$CATALINA_HOME/server</code> directory, which
  @@ -188,7 +198,7 @@
   
   <br>
   <div align="center"><hr width="75%"><font size="2">
  -$Id: classloaders.html,v 1.1 2000/09/30 20:51:37 craigmcc Exp $
  +$Id: classloaders.html,v 1.2 2000/11/13 06:48:59 remm Exp $
   </font></div>
   
   </body>
  
  
  

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

Reply via email to