Author: markt
Date: Wed Aug 23 16:47:06 2006
New Revision: 434252

URL: http://svn.apache.org/viewvc?rev=434252&view=rev
Log:
Update the release notes.

Modified:
    tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt

Modified: tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt
URL: 
http://svn.apache.org/viewvc/tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt?rev=434252&r1=434251&r2=434252&view=diff
==============================================================================
--- tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt (original)
+++ tomcat/container/branches/tc4.1.x/RELEASE-NOTES-4.1.txt Wed Aug 23 16:47:06 
2006
@@ -2337,7 +2337,6 @@
 * Tomcat 4.1 Standard APIs Available
 * Tomcat 4.1 and XML Parsers
 * Web application reloading and static fields in shared libraries
-* Tomcat on Linux
 * Enabling SSI and CGI Support
 * Security manager URLs
 * Symlinking static resources
@@ -2373,11 +2372,11 @@
 A standard installation of Tomcat 4 makes all of the following APIs available
 for use by web applications (by placing them in "common/lib" or "shared/lib"):
 * activation.jar (Java Activation Framework)
-* ant.jar (Apache Ant 1.5.1)
-* commons-collections.jar (Commons Collections 2.1)
-* commons-dbcp.jar (Commons DBCP 1.0)
-* commons-logging-api.jar (Commons Logging 1.0.2)
-* commons-pool.jar (Commons Pool 1.0)
+* ant.jar (Apache Ant 1.6.5)
+* commons-collections.jar (Commons Collections 3.2)
+* commons-dbcp.jar (Commons DBCP 1.2.1)
+* commons-logging-api.jar (Commons Logging 1.0.4)
+* commons-pool.jar (Commons Pool 1.3)
 * jasper-compiler.jar (Jasper 2 Compiler)
 * jasper-runtime.jar (Jasper 2 Runtime)
 * jdbc2_0-stdext.jar (JDBC 2.0 Optional Package, javax.sql.*)
@@ -2393,7 +2392,7 @@
 putting unpacked classes into a "classes" directory (not created by default),
 or by placing them in JAR files in the "lib" directory.
 
-Tomcat 4.1 also makes available Xerces 2.3.0 to web applications.
+Tomcat 4.1 also makes available Xerces 2.8.0 to web applications.
 
 
 --------------------------
@@ -2422,25 +2421,6 @@
 "lib" folder, and classes should be put in the "classes" folder).
 
 
----------------
-Tomcat on Linux:
----------------
-
-Virtual machine crashes can be experienced when using certain combinations of
-kernel / glibc under Linux with Sun Hotspot 1.2 to 1.3. The crashes were 
-reported to occur mostly on startup. Sun JDK 1.4 does not exhibit the problems,
-and neither does IBM JDK for Linux.
-
-The problems can be fixed by reducing the default stack size. At bash shell, 
-do "ulimit -s 2048"; use "limit stacksize 2048" for tcsh.
-
-GLIBC 2.2 / Linux 2.4 users should also define an environment variable:
-export LD_ASSUME_KERNEL=2.2.5
-
-Additionally, Redhat 9.0 users should use the same setting, to avoid stability
-problems.
-
-
 ----------------------------
 Enabling SSI and CGI Support:
 ----------------------------
@@ -2456,20 +2436,18 @@
   %CATALINA_HOME%\server\lib\servlets-cgi.jar.
 * rename the file %CATALINA_HOME%\server\lib\servlets-ssi.renametojar to
   %CATALINA_HOME%\server\lib\servlets-ssi.jar.
-* in %CATALINA_HOME%\conf\web.xml, uncomment the servlet declarations starting
-  line 165 and 213, as well as the associated servlet mappings 
-  line 265 and 274. Alternately, these servlet declarations and mappings can
-  be added to your web application deployment descriptor.
+* in %CATALINA_HOME%\conf\web.xml, uncomment the servlet declarations as well
+  as the associated servlet mappings. Alternately, these servlet declarations
+  and mappings can be added to your web application deployment descriptor.
 
 On Unix:
 * rename the file $CATALINA_HOME/server/lib/servlets-cgi.renametojar to
   $CATALINA_HOME/server/lib/servlets-cgi.jar.
 * rename the file $CATALINA_HOME/server/lib/servlets-ssi.renametojar to
   $CATALINA_HOME/server/lib/servlets-ssi.jar.
-* in $CATALINA_HOME/conf/web.xml, uncomment the servlet declarations starting
-  line 165 and 213, as well as the associated servlet mappings 
-  line 265 and 274. Alternately, these servlet declarations and mappings can
-  be added to your web application deployment descriptor.
+* in $CATALINA_HOME/conf/web.xml, uncomment the servlet declarations as well
+  as the associated servlet mappings. Alternately, these servlet declarations
+  and mappings can be added to your web application deployment descriptor.
 
 
 ---------------------



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to