remm        02/01/29 07:17:04

  Modified:    webapps/tomcat-docs Tag: tomcat_40_branch
                        class-loader-howto.xml
  Log:
  - Remove all mentions of the JasperLoader.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.3   +0 -10     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.2.2
  retrieving revision 1.1.2.3
  diff -u -r1.1.2.2 -r1.1.2.3
  --- class-loader-howto.xml    29 Jan 2002 15:07:00 -0000      1.1.2.2
  +++ class-loader-howto.xml    29 Jan 2002 15:17:04 -0000      1.1.2.3
  @@ -65,8 +65,6 @@
    Catalina   Shared
                /   \
           Webapp1  Webapp2 ... 
  -          /         /
  -       Jasper1  Jasper2 ...
   </source>
   
   <p>The characteristics of each of these class loaders, including the source
  @@ -181,14 +179,6 @@
       under the <code>/WEB-INF/lib</code> directory of your web application
       archive, are made visible to the containing web application, but to
       no others.</li>
  -<li><strong>JasperX</strong> - If your web application uses JSP pages, Tomcat
  -    also creates an additional class loader for the web application,
  -    containing the JSP compiler and classes it depends on.  It is initialized
  -    to include all JAR files found in <code>$CATALINA_HOME/jasper</code>.
  -    Because this is a child class loader of the web application class loader,
  -    the Jasper compiler (and the pages that it compiles) can see all of the
  -    application bean classes visible in the <code>Webapp</code> class loader.
  -    </li>
   </ul>
   
   <p>As mentioned above, the web application class loader diverges from the
  
  
  

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

Reply via email to