patrickl 2002/07/29 20:57:24 Modified: resources/confinstall server_1.xml server_2.xml Log: Update documentation and comments to reference Tomcat 5, Servlet 2.4, and JSP 2.0 Revision Changes Path 1.2 +1 -1 jakarta-tomcat-5/resources/confinstall/server_1.xml Index: server_1.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/resources/confinstall/server_1.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- server_1.xml 19 Jul 2002 00:39:13 -0000 1.1 +++ server_1.xml 30 Jul 2002 03:57:24 -0000 1.2 @@ -64,7 +64,7 @@ You can also enable an SSL HTTP/1.1 Connector on port 8443 by following the instructions below and uncommenting the second Connector entry. SSL support requires the following steps (see the SSL Config - HOWTO in the Tomcat 4.0 documentation bundle for more detailed + HOWTO in the Tomcat 5 documentation bundle for more detailed instructions): * Download and install JSSE 1.0.2 or later, and put the JAR files into "$JAVA_HOME/jre/lib/ext". 1.2 +2 -2 jakarta-tomcat-5/resources/confinstall/server_2.xml Index: server_2.xml =================================================================== RCS file: /home/cvs/jakarta-tomcat-5/resources/confinstall/server_2.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- server_2.xml 19 Jul 2002 00:39:13 -0000 1.1 +++ server_2.xml 30 Jul 2002 03:57:24 -0000 1.2 @@ -73,7 +73,7 @@ particular virtual host, or a particular application, nest this element inside the corresponding <Host> or <Context> entry instead. - For a similar mechanism that is portable to all Servlet 2.3 + For a similar mechanism that is portable to all Servlet 2.4 containers, check out the "RequestDumperFilter" Filter in the example application (the source for this filter may be found in "$CATALINA_HOME/webapps/examples/WEB-INF/classes/filters"). @@ -286,7 +286,7 @@ </Service> - <!-- The MOD_WEBAPP connector is used to connect Apache 1.3 with Tomcat 4.0 + <!-- The MOD_WEBAPP connector is used to connect Apache 1.3 with Tomcat 5 as its servlet container. Please read the README.txt file coming with the WebApp Module distribution on how to build it. (Or check out the "jakarta-tomcat-connectors/webapp" CVS repository)
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>