bojan 01/11/18 20:35:58 Modified: docs index.html Log: Fix the TC 3.3 beta status, add the impatient section, change the order of release descriptions - more interesting first Revision Changes Path 1.14 +64 -25 jakarta-tomcat-site/docs/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-tomcat-site/docs/index.html,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- index.html 2001/11/19 02:19:05 1.13 +++ index.html 2001/11/19 04:35:57 1.14 @@ -132,7 +132,47 @@ </td></tr> <tr><td> <blockquote> - <p>There are several versions of <strong>Tomcat 3.x</strong> currently + <p>For the impatient, current Tomcat production quality releases vs. +Servlet/JSP specifications:</p> + <table> + <tr> + <td bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + Servlet/JSP Spec + </font> +</td> + <td bgcolor="#039acc" colspan="" rowspan="" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + Tomcat version + </font> +</td> + </tr> + <tr> + <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + 2.2/1.1 + </font> +</td> + <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + 3.3 + </font> +</td> + </tr> + <tr> + <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + 2.3/1.2 + </font> +</td> + <td bgcolor="#a0ddf0" colspan="" rowspan="" valign="top" align="left"> + <font color="#000000" size="-1" face="arial,helvetica,sanserif"> + 4.0.1 + </font> +</td> + </tr> + </table> + <p>There are several versions of <strong>Tomcat 3.x</strong> currently available for download:</p> <ul> <li>Version 3.3 is the current production quality release for the Servlet 2.2 @@ -155,7 +195,29 @@ specifications. </p> <p>The releases are described in more detail below to help you determine which one is right for you. More details about each release can be found in -the associated release notes. </p> +the associated release notes.</p> + <p><strong>Tomcat 4.0.x</strong>. Tomcat 4.0.1 is the current production +quality release. Tomcat 4.0 is the next generation of Tomcat. The 4.0 servlet +container (Catalina) has been developed from the ground up for flexibility and +performance. Version 4.0 implements the final released versions of the Servlet +2.3 and JSP 1.2 specifications. As required by the specifications, Tomcat 4.0 +also supports web applications built for the Servlet 2.2 and JSP 1.1 +specifications with no changes.</p> + <p><strong>Tomcat 3.3</strong>. Version 3.3 is the current production quality +release. It continues the refactoring that was begun in version 3.2 and +carries it to its logical conclusion. Version 3.3 provides a much more modular +design and allows the servlet container to be customized by adding and removing +modules that control the processing of servlet requests. This version also +contains many performance improvements. The future 3.3.1 release continues on +the same path with more specific performance and security improvements.</p> + <p><strong>Tomcat 3.2.x</strong>. Version 3.2 added few new features since 3.1; +the major effort was a refactoring of the internals to improve performance and +stability. The 3.2.1 release, like 3.1.1, was a security patch. Version 3.2.2 +fixed a large number of bugs and all known specification compliance issues. +Version 3.2.3 is a security update that closes a serious security hole. All +users of Tomcat versions prior to 3.2.3 should updgrade as soon as possible. +The 3.2.x branch will continue in maintenance mode, but no new feature releases +are planned.</p> <p><strong>Tomcat 3.1.x</strong>. The 3.1 release contained several improvements over Tomcat 3.0, including servlet reloading, WAR file support and added connectors for the IIS and Netscape web servers. The @@ -164,29 +226,6 @@ 3.1 should update to 3.1.1 to close the security holes and they are strongly encouraged to migrate to the current production release, Tomcat 3.2.3.</p> - <p><strong>Tomcat 3.2.x</strong>. Tomcat 3.2.3 is the current production -quality release. Version 3.2 added few new features; the major effort was -a refactoring of the internals to improve performance and stability. The -3.2.1 release, like 3.1.1, was a security patch. Version 3.2.2 fixed a -large number of bugs and all known specification compliance issues. Version -3.2.3 is a security update that closes a serious security hole. All users -of Tomcat versions prior to 3.2.3 should updgrade as soon as possible. The -3.2.x branch will continue in maintenance mode, but no new feature -releases are planned.</p> - <p><strong>Tomcat 3.3</strong>. Tomcat 3.3 continues the refactoring that -was begun in version 3.2 and carries it to its logical conclusion. -Version 3.3 provides a much more modular design and allows the servlet -container to be customized by adding and removing modules that control the -processing of servlet requests. This version also contains many -performance improvements. Version 3.3 is currently under development and -has begun beta testing.</p> - <p><strong>Tomcat 4.0.x</strong>. Tomcat 4.0.1 is the current production -quality release. Tomcat 4.0 is the next generation of -Tomcat. The 4.0 servlet container (Catalina) has been developed from the -ground up for flexibility and performance. Version 4.0 implements the -final released versions of the Servlet 2.3 and JSP 1.2 specifications. -As required by the specifications, Tomcat 4.0 also supports web applications -built for the Servlet 2.2 and JSP 1.1 specifications with no changes.</p> </blockquote> </p> </td></tr>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>