remm 02/01/29 07:23:50 Modified: webapps/tomcat-docs class-loader-howto.xml Log: - Update some of the JAR names. - Note: The other JARs will be documented once Tomcat 4.0-HEAD gets closer to being released. Revision Changes Path 1.5 +12 -6 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.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- class-loader-howto.xml 10 Jan 2002 22:19:49 -0000 1.4 +++ class-loader-howto.xml 29 Jan 2002 15:23:50 -0000 1.5 @@ -143,13 +143,19 @@ These are separated so that they can be completely removed if the corresponding service is not required, or they can be subject to specialized security manager permissions.</li> - <li><em>tomcat-ajp.jar</em> - Classes for the Java portion of the - <code>mod_jk</code> web server connector, which allows Tomcat to + <li><em>tomcat-coyote.jar</em> - Coyote connector for Tomcat 4.</li> + <li><em>tomcat-http11.jar</em> - Standalone Java HTTP/1.1 + connector.</li> + <li><em>tomcat-jk.jar</em> - Classes for the Java portion of the + <code>JK</code> web server connector, which allows Tomcat to run behind web servers such as Apache and iPlanet iAS and iWS.</li> - <li><em>tomcat-util.jar</em> - Utility classes required by - <em>tomcat-ajp.jar</em>.</li> - <li><em>warp.jar</em> - Classes for the Java portion of the - <code>mod_webapp</code> web server connector, which allows Tomcat to + <li><em>tomcat-jk2.jar</em> - Classes for the Java portion of the + <code>JK 2</code> web server connector, which allows Tomcat to + run behind web servers such as Apache and iPlanet iAS and iWS.</li> + <li><em>tomcat-util.jar</em> - Utility classes required by some + Tomcat connectors.</li> + <li><em>tomcat-webapp.jar</em> - Classes for the Java portion of the + <code>Webapp</code> web server connector, which allows Tomcat to run behind web servers such as Apache and iPlanet iAS and iWS.</li> </ul></li> <li><strong>Shared</strong> - This class loader is the place to put classes
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>