glenn 2003/01/07 19:50:26 Modified: . README.txt Log: Long overdue update Revision Changes Path 1.20 +10 -11 jakarta-tomcat-4.0/README.txt Index: README.txt =================================================================== RCS file: /home/cvs/jakarta-tomcat-4.0/README.txt,v retrieving revision 1.19 retrieving revision 1.20 diff -u -r1.19 -r1.20 --- README.txt 26 Dec 2001 01:21:23 -0000 1.19 +++ README.txt 8 Jan 2003 03:50:26 -0000 1.20 @@ -1,6 +1,6 @@ $Id$ - The Tomcat 4.0 Servlet/JSP Container + The Tomcat 4.1 Servlet/JSP Container ==================================== This subproject contains a server that conforms to the Servlet 2.3 and @@ -10,7 +10,7 @@ LICENSE Apache Software License for this release README.txt This document RELEASE-NOTES-*.txt Release Notes for this (and previous) releases - of Tomcat 4.0 + of Tomcat 4.1 RUNNING.txt Instructions for installing Tomcat, as well as starting and stopping the server bin/ Binary executables and scripts @@ -19,7 +19,6 @@ classes/ Unpacked common classes lib/ Common classes in JAR files conf/ Configuration files - jasper/ JAR files visible only in the Jasper classloader logs/ Destination directory for log files server/ Internal Catalina classes and their dependencies classes/ Unpacked classes (internal only) @@ -28,7 +27,7 @@ classes/ Unpacked shared classes lib/ Shared classes in JAR files webapps/ Base directory containing web applications - included with Tomcat 4.0 + included with Tomcat 4.1 work/ Scratch directory used by Tomcat for holding temporary files and directories temp/ Directory used by JVM for temporary files @@ -41,13 +40,13 @@ please consult the documentation in "RUNNING.txt". - Acquiring Tomcat 4.0 Releases + Acquiring Tomcat 4.1 Releases ============================= Nightly Builds -------------- -Nightly Builds of Tomcat 4.0 are built from the most recent CVS sources each +Nightly Builds of Tomcat 4.1 are built from the most recent CVS sources each evening (Pacific Time). The filename of the downloadable file includes the date it was created (in YYYYMMDD format). These builds are available at: @@ -58,10 +57,10 @@ Release Builds -------------- -Release Builds of Tomcat 4.0 are created and released periodically, and +Release Builds of Tomcat 4.1 are created and released periodically, and announced to the interested mailing lists. Each release build resides in its -own directories. For example, the Tomcat 4.0-beta-7 release is available at: +own directories. For example, the Tomcat 4.1.18 release is available at: -Binary: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b7/ -Source: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0-b7/src/ +Binary: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.18/bin/ +Source: http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.18/src/
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>