larryi 01/05/15 06:06:22
Modified: src/doc readme
Log:
Update for Milestone 3
Revision Changes Path
1.12 +17 -19 jakarta-tomcat/src/doc/readme
Index: readme
===================================================================
RCS file: /home/cvs/jakarta-tomcat/src/doc/readme,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- readme 2001/03/11 21:55:09 1.11
+++ readme 2001/05/15 13:06:18 1.12
@@ -1,8 +1,8 @@
-$Id: readme,v 1.11 2001/03/11 21:55:09 larryi Exp $
+$Id: readme,v 1.12 2001/05/15 13:06:18 larryi Exp $
Release Notes for:
====================
- TOMCAT Version 3.3m2
+ TOMCAT Version 3.3m3
====================
@@ -43,19 +43,19 @@
file.
IMPORTANT NOTE: Some important changes have been recently added to
-Tomcat 3.3m2 which are not yet covered in the accompanying documentation.
-These changes make Tomcat 3.3m2 quite different from Tomcat 3.2 in a number
+Tomcat 3.3m3 which are not yet covered in the accompanying documentation.
+These changes make Tomcat 3.3m3 quite different from Tomcat 3.2 in a number
of ways. These changes include the following:
- Class Loading:
- Tomcat 3.3m2 now uses a new hierarchy of class loaders. It provides for the
+ Tomcat 3.3m3 now uses a new hierarchy of class loaders. It provides for the
separation of the classes used by the Tomcat container and the classes used
by web applications. This solves a major problem in Tomcat 3.2 where all
web applications had to share Tomcat's XML parser. Now each web applicaton
can have its own XML parser, or if desired all web applications can share
an XML parser different from the one used by Tomcat. As a side effect of
- this change, web applications in Tomcat 3.3m2 are not provided an XML
+ this change, web applications in Tomcat 3.3m3 are not provided an XML
parser by default. You must supply one if your web application requires
one. For details about where to place jar files, see the README files in the
"lib/container", "lib/common", and "lib/apps" directories of your Tomcat
@@ -65,7 +65,7 @@
The configuration of Tomcat has been reorganized into separate configuration
files. The conf/modules.xml file contains module definitions for the modules
- (a.k.a Interceptors) available in Tomcat 3.3m2. The conf/server.xml file
+ (a.k.a Interceptors) available in Tomcat 3.3m3. The conf/server.xml file
specifies which modules and connectors the Tomcat container should use along
with their settings.
@@ -87,17 +87,17 @@
Netscape config: <NSConfig />
Note: The old organization used in Tomcat 3.2 where all the configuration is
- placed in server.xml is still supported by Tomcat 3.3m2.
+ placed in server.xml is still supported by Tomcat 3.3m3.
- Tomcat Testing:
The "test" web application along with the test-tomcat.xml and
- associated support files are not part of the binary Tomcat 3.3m2 distribution.
+ associated support files are not part of the binary Tomcat 3.3m3 distribution.
The "test" web application is supplied separately as "test.war". This file
- may be downloaded from the "v3.3-m2/apps" directory of the Tomcat 3.3m2
+ may be downloaded from the "v3.3-m3/apps" directory of the Tomcat 3.3m3
release and placed in the "webapps" directory of your installation. Running
the test has been integrated into the Admin web application that is part of
- the Tomcat 3.3m2 distribution. A preliminary step to running the test is to
+ the Tomcat 3.3m3 distribution. A preliminary step to running the test is to
"trust" the Admin web application. It is set to "untrusted" by default. This
change can be accomplished by executing the command from the TOMCAT_HOME
directory with JAVA_HOME set:
@@ -105,7 +105,7 @@
./bin/tomcat.sh run -enableAdmin <-- Unix
bin\tomcat run -enableAdmin <-- Windows
- Start or restart Tomcat 3.3m2 and invoke the following URL in your browser:
+ Start or restart Tomcat 3.3m3 and invoke the following URL in your browser:
http://localhost:8080/admin/test/test.jsp
@@ -123,17 +123,15 @@
for the "admin" user in the "admin-users.xml" file located in Tomcat's
"conf/users" directory.
- You may also download the Watchdog jsp-tests.war and servlet-tests.war web
+ You may also download the Watchdog servlet-tests.war and jsp-tests.war web
applications to your "webapps" directory. These tests may be run in the
same fashion as the "test" web application using the following URLs:
- http://localhost:8080/admin/test/watchdog-jsp.jsp
http://localhost:8080/admin/test/watchdog-servlet.jsp
+ http://localhost:8080/admin/test/watchdog-jsp.jsp
- Note: Sometimes the watchdog-jsp test will fail to list the tests that
- are executed. Running the watchdog-servlet.jsp test first seems to help
- avoid this. You can also restart Tomcat and re-run watchdog-jsp.jsp and
- the tests should be listed.
+ Note: Sometimes the watchdog-jsp test will fail to list the tests that are
+ executed. Run the watchdog-servlet.jsp test first to avoid this problem.
=============================================================================
@@ -226,7 +224,7 @@
- DIGEST authentication and HTTPS client authentication (i.e. SSL)
are not supported in this release.
-6.3 Using RequestDispatcher.include() on a Welcome File [Bug Report #160]
+6.3 Using RequestDispatcher.include() on a Welcome File
Using the following technique results in a response with incorrect content: