remm        02/05/11 10:27:44

  Modified:    docs     index.html news.html
               xdocs    index.xml news.xml
  Log:
  - Site update for TC 4.0.4 Beta 3 release.
  
  Revision  Changes    Path
  1.25      +18 -2     jakarta-tomcat-site/docs/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/docs/index.html,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- index.html        25 Apr 2002 15:00:40 -0000      1.24
  +++ index.html        11 May 2002 17:27:44 -0000      1.25
  @@ -180,8 +180,8 @@
   </td>
               </tr>
               </table>
  -                                                <p><strong>Tomcat 4.0</strong> 
implements a new servlet container (called
  -Catalina) that is based on completely new architecture.  The 4.0 release
  +                                                <p><strong>Tomcat 4.x</strong> 
implements a new servlet container (called
  +Catalina) that is based on completely new architecture.  The 4.x releases
   implements the <strong>Servlet 2.3</strong> and <strong>JSP 1.2</strong>
   specifications.  </p>
                                                   <p>There are several versions of 
<strong>Tomcat 3.x</strong> currently
  @@ -204,6 +204,22 @@
                                                   <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>
  +                                                <p><strong>Tomcat 4.1.x</strong>.  
Tomcat 4.1.0 Alpha is the latest release.  
  +Tomcat 4.1 is a refactoring of Tomcat 4.0, and contains significant 
  +enhancements, including:
  +<ul>
  +<li>JMX based administration features</li>
  +<li>JSP and Struts based administration web application</li>
  +<li>New Coyote connector (HTTP/1.1, AJP 1.3 and JNI support)</li>
  +<li>Rewritten Jasper JSP page compiler</li>
  +<li>Performance and memory efficiency improvements</li>
  +<li>Enhanced manager application support for integration with development 
  +tools</li>
  +<li>Custom Ant tasks to interact with the manager application directly 
  +from build.xml scripts</li>
  +</ul>
  +Version 4.1 implements the final released versions of the Servlet 2.3 
  +and JSP 1.2 specifications.</p>
                                                   <p><strong>Tomcat 4.0.x</strong>.  
Tomcat 4.0.3 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
  
  
  
  1.28      +14 -1     jakarta-tomcat-site/docs/news.html
  
  Index: news.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/docs/news.html,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- news.html 25 Apr 2002 15:00:40 -0000      1.27
  +++ news.html 11 May 2002 17:27:44 -0000      1.28
  @@ -115,7 +115,20 @@
         </td></tr>
         <tr><td>
           <blockquote>
  -                                    <h3>13 Avril 2002 - Tomcat Coyote 1.0 Beta 7 
Released</h3>
  +                                    <h3>11 May 2002 - Tomcat 4.0.4 Beta 3 
Released</h3>
  +                                                <p>
  +  The Tomcat Team is proud to announce the release of Tomcat 4.0.4 Beta 3.
  +  Binary and source distributions are available <a 
href="http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4-b3/";>here</a>.
  +</p>
  +                                                <hr size="1" noshade="noshade" />
  +                                                <h3>11 May 2002 - Tomcat Coyote 1.0 
Beta 9 Released</h3>
  +                                                <p>
  +This release includes minor bugfixes over Beta 8, and is included in 
  +Tomcat 4.0.4 Beta 3.
  +Download it <a 
href="http://jakarta.apache.org/builds/jakarta-tomcat-connectors/coyote/release/v1.0-b7/";>here</a>.
  +</p>
  +                                                <hr size="1" noshade="noshade" />
  +                                                <h3>13 Avril 2002 - Tomcat Coyote 
1.0 Beta 7 Released</h3>
                                                   <p>
   Coyote is a connector API designed to be used with Tomcat.
   </p>
  
  
  
  1.21      +19 -2     jakarta-tomcat-site/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs/index.xml,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- index.xml 4 Apr 2002 05:20:22 -0000       1.20
  +++ index.xml 11 May 2002 17:27:44 -0000      1.21
  @@ -50,8 +50,8 @@
   
   </table>
   
  -<p><strong>Tomcat 4.0</strong> implements a new servlet container (called
  -Catalina) that is based on completely new architecture.  The 4.0 release
  +<p><strong>Tomcat 4.x</strong> implements a new servlet container (called
  +Catalina) that is based on completely new architecture.  The 4.x releases
   implements the <strong>Servlet 2.3</strong> and <strong>JSP 1.2</strong>
   specifications.  </p> 
   
  @@ -78,6 +78,23 @@
   <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> 
  +
  +<p><strong>Tomcat 4.1.x</strong>.  Tomcat 4.1.0 Alpha is the latest release.  
  +Tomcat 4.1 is a refactoring of Tomcat 4.0, and contains significant 
  +enhancements, including:
  +<ul>
  +<li>JMX based administration features</li>
  +<li>JSP and Struts based administration web application</li>
  +<li>New Coyote connector (HTTP/1.1, AJP 1.3 and JNI support)</li>
  +<li>Rewritten Jasper JSP page compiler</li>
  +<li>Performance and memory efficiency improvements</li>
  +<li>Enhanced manager application support for integration with development 
  +tools</li>
  +<li>Custom Ant tasks to interact with the manager application directly 
  +from build.xml scripts</li>
  +</ul>
  +Version 4.1 implements the final released versions of the Servlet 2.3 
  +and JSP 1.2 specifications.</p>
   
   <p><strong>Tomcat 4.0.x</strong>.  Tomcat 4.0.3 is the current production
   quality release.  Tomcat 4.0 is the next generation of Tomcat.  The 4.0 servlet
  
  
  
  1.25      +18 -0     jakarta-tomcat-site/xdocs/news.xml
  
  Index: news.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-site/xdocs/news.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -r1.24 -r1.25
  --- news.xml  16 Apr 2002 12:21:07 -0000      1.24
  +++ news.xml  11 May 2002 17:27:44 -0000      1.25
  @@ -10,6 +10,24 @@
   
   <section name="News &amp; Status">
   
  +<h3>11 May 2002 - Tomcat 4.0.4 Beta 3 Released</h3>
  +<p>
  +  The Tomcat Team is proud to announce the release of Tomcat 4.0.4 Beta 3.
  +  Binary and source distributions are available <a 
href="http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.0.4-b3/";>here</a>.
  +</p>
  +
  +<hr size="1" noshade="noshade" />
  +
  +<h3>11 May 2002 - Tomcat Coyote 1.0 Beta 9 Released</h3>
  +
  +<p>
  +This release includes minor bugfixes over Beta 8, and is included in 
  +Tomcat 4.0.4 Beta 3.
  +Download it <a 
href="http://jakarta.apache.org/builds/jakarta-tomcat-connectors/coyote/release/v1.0-b7/";>here</a>.
  +</p>
  +
  +<hr size="1" noshade="noshade" />
  +
   <h3>13 Avril 2002 - Tomcat Coyote 1.0 Beta 7 Released</h3>
   
   <p>
  
  
  

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

Reply via email to