From 4547bb3299f223db2961b5f4bff8de7193545a11 Mon Sep 17 00:00:00 2001 From: funkman Date: Wed, 15 Nov 2006 13:37:51 +0000 Subject: [PATCH] tomcat - s/5.5/6/ servlet spec s/2.3/2.4/ jsp verion s/2.0/2.1/ git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@475232 13f79535-47bb-0310-9956-ffa450edef68 --- webapps/docs/index.xml | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/webapps/docs/index.xml b/webapps/docs/index.xml index cddc1b6c0..85ce1c5e7 100644 --- a/webapps/docs/index.xml +++ b/webapps/docs/index.xml @@ -18,9 +18,9 @@

This is the top-level entry point of the documentation bundle for the -Apache Tomcat Servlet/JSP container. Apache Tomcat version 5.5 +Apache Tomcat Servlet/JSP container. Apache Tomcat version 6.0 implements the -Servlet 2.4 and JavaServer Pages 2.0 specifications from the +Servlet 2.5 and JavaServer Pages 2.1 specifications from the Java Community Process, and includes many additional features that make it a useful platform for developing and deploying web applications and web services.

@@ -35,7 +35,7 @@ manual is described in more detail below.

The following documents will assist you in downloading, installing -Apache Tomcat 5, and using many of the Apache Tomcat features.

+Apache Tomcat 6, and using many of the Apache Tomcat features.

  1. Introduction - A @@ -45,7 +45,7 @@ Apache Tomcat 5, and using many of the Apache Tomcat features.

  2. First web application - An introduction to the concepts of a web application as defined in the Servlet - 2.3 Specification. Covers basic organization of your web application + 2.4 Specification. Covers basic organization of your web application source tree, the structure of a web application archive, and an introduction to the web application deployment descriptor (/WEB-INF/web.xml).
  3. @@ -110,7 +110,7 @@ Apache Tomcat 5, and using many of the Apache Tomcat features.

    The following documents are aimed at System Administrators who -are responsible for installing, configuring, and operating a Apache Tomcat 5 server. +are responsible for installing, configuring, and operating a Apache Tomcat 6 server.

    • Release notes @@ -118,7 +118,7 @@ are responsible for installing, configuring, and operating a Apache Tomcat 5 ser
    • Apache Tomcat Server Configuration Reference - Reference manual that documents all available elements and attributes - that may be placed into a Apache Tomcat 5 conf/server.xml file. + that may be placed into a Apache Tomcat 6 conf/server.xml file.
    • JK Documentation - Complete documentation and HOWTOs on the JK native webserver connector, @@ -138,15 +138,15 @@ are responsible for installing, configuring, and operating a Apache Tomcat 5 ser

      The following documents are for Java developers who wish to contribute to the development of the Apache Tomcat project.

        -
      • Building from Source - - Details the steps necessary to download Apache Tomcat 5 source code (and the - other packages that it depends on), and build a binary distribution from +
      • Building from Source - + Details the steps necessary to download Apache Tomcat 6 source code (and the + other packages that it depends on), and build a binary distribution from those sources.
      • Changelog - Details the changes made to Apache Tomcat.
      • -
      • Status - Apache Tomcat development +
      • Status - Apache Tomcat development status.
      • Developers - List of active @@ -154,16 +154,16 @@ the development of the Apache Tomcat project.

      • Functional Specifications - Requirements specifications for features of the Catalina servlet - container portion of Apache Tomcat 5.
      • + container portion of Apache Tomcat 6.
      • Catalina Javadocs - Javadoc API documentation for the Catalina servlet container and its dependencies.
      • Jasper Javadocs - Javadoc API documentation for the Jasper JSP container - portion of Apache Tomcat 5.
      • + portion of Apache Tomcat 6.
      • Apache Tomcat Architecture - Documentation of the Apache Tomcat Server Architecture.
      • - +
    -- 2.11.0