pier 02/05/09 18:15:59 Modified: catalina build.xml webapps/tomcat-docs class-loader-howto.xml Log: Committing change to rename tomcat-webapp.jar to tomcat-warp.jar as posted last week on the mailing list. Revision Changes Path 1.115 +3 -3 jakarta-tomcat-4.0/catalina/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/catalina/build.xml,v retrieving revision 1.114 retrieving revision 1.115 diff -u -r1.114 -r1.115 --- build.xml 25 Apr 2002 14:12:07 -0000 1.114 +++ build.xml 10 May 2002 01:15:59 -0000 1.115 @@ -39,8 +39,8 @@ value="${tomcat-jk.home}/build/lib/tomcat-jni.jar"/> <property name="jk2.properties" value="${tomcat-jk.home}/build/conf/jk2.properties"/> - <property name="tomcat-webapp.jar" - value="${tomcat-webapp.home}/build/lib/tomcat-webapp.jar"/> + <property name="tomcat-warp.jar" + value="${tomcat-webapp.home}/build/lib/tomcat-warp.jar"/> <property name="tomcat-http11.jar" value="${tomcat-http11.home}/build/lib/tomcat-http11.jar"/> @@ -879,7 +879,7 @@ </ant> <copy todir="${catalina.deploy}/server/lib" - file="${tomcat-webapp.jar}"/> + file="${tomcat-warp.jar}"/> </target> 1.7 +4 -3 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.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- class-loader-howto.xml 14 Feb 2002 07:06:35 -0000 1.6 +++ class-loader-howto.xml 10 May 2002 01:15:59 -0000 1.7 @@ -156,9 +156,10 @@ 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> + <li><em>tomcat-warp.jar</em> - Classes for the Java portion of the + <code>Webapp</code> web server connector, using the WARP protocol + which allows Tomcat to run behind the Apache HTTPD web server + (1.3 and 2.0).</li> </ul></li> <li><strong>Shared</strong> - This class loader is the place to put classes and resources that you wish to share across <strong>ALL</strong>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>