From 28edff7a940d76db9ee6bac869730d23042e10f7 Mon Sep 17 00:00:00 2001
From: remm The AJP Connector element represents a
Connector component that communicates with a web
connector via the The description below uses the variable name $CATALINA_HOME
- to refer to the directory into which you have installed Tomcat 5,
+ to refer to the directory into which you have installed Tomcat 6,
and is the base directory against which most relative paths are
- resolved. However, if you have configured Tomcat 5 for multiple
+ resolved. However, if you have configured Tomcat 6 for multiple
instances by setting a CATALINA_BASE directory, you should use
$CATALINA_BASE instead of $CATALINA_HOME for each of these
references.AJP protocol. This is used for cases
- where you wish to invisibly integrate Tomcat 5 into an existing (or new)
+ where you wish to invisibly integrate Tomcat 6 into an existing (or new)
Apache installation, and you want Apache to handle the static content
contained in the web application, and/or utilize Apache's SSL
processing.conf/server.xml file cannot be reloaded without restarting
- Tomcat. Please note that for tomcat 5, unlike tomcat 4.x, it is NOT
+ Tomcat. Please note that for tomcat 6, unlike tomcat 4.x, it is NOT
recommended to place <Context> elements directly in the server.xml file.
Instead, put them in the META-INF/context.xml directory of your WAR file or
the conf directory as described above.
diff --git a/webapps/docs/config/host.xml b/webapps/docs/config/host.xml
index 9fd51e2f4..e07bf919b 100644
--- a/webapps/docs/config/host.xml
+++ b/webapps/docs/config/host.xml
@@ -41,9 +41,9 @@
mod_jk 1.2.x connector for Apache 1.3), see
here instead.
At server startup time, this Connector will create a
- number of request processing threads (based on the value configured for
- the minSpareThreads attribute). Each incoming request requires
+
Each incoming request requires a thread for the duration of that request. If more simultaneous requests are received than can be handled by the currently available request processing threads, additional threads will be created up to the diff --git a/webapps/docs/config/index.xml b/webapps/docs/config/index.xml index f94de892b..9f67b3e0b 100644 --- a/webapps/docs/config/index.xml +++ b/webapps/docs/config/index.xml @@ -18,7 +18,7 @@
This manual contains reference information about all of the configuration
directives that can be included in a conf/server.xml file to
-configure the behavior of the Tomcat 5 Servlet/JSP container. It does not
+configure the behavior of the Tomcat 6 Servlet/JSP container. It does not
attempt to describe which configuration directives should be used to perform
specific tasks - for that, see the various HOW-TO documents on the
main index page.
The description below uses the variable name $CATALINA_HOME - to refer to the directory into which you have installed Tomcat 5, + to refer to the directory into which you have installed Tomcat 6, and is the base directory against which most relative paths are - resolved. However, if you have configured Tomcat 5 for multiple + resolved. However, if you have configured Tomcat 6 for multiple instances by setting a CATALINA_BASE directory, you should use $CATALINA_BASE instead of $CATALINA_HOME for each of these references.
@@ -105,12 +105,6 @@- - -The number of seconds between checks for modified classes and - resources, if
-reloadablehas been set to -true. The default is 15 seconds.Java class name of the
java.lang.ClassLoaderimplementation class to use. If not specified, the default value is diff --git a/webapps/docs/config/realm.xml b/webapps/docs/config/realm.xml index c14797848..8f36f69cd 100644 --- a/webapps/docs/config/realm.xml +++ b/webapps/docs/config/realm.xml @@ -38,9 +38,9 @@The description below uses the variable name $CATALINA_HOME - to refer to the directory into which you have installed Tomcat 5, + to refer to the directory into which you have installed Tomcat 6, and is the base directory against which most relative paths are - resolved. However, if you have configured Tomcat 5 for multiple + resolved. However, if you have configured Tomcat 6 for multiple instances by setting a CATALINA_BASE directory, you should use $CATALINA_BASE instead of $CATALINA_HOME for each of these references.
diff --git a/webapps/docs/config/valve.xml b/webapps/docs/config/valve.xml index 5f97d9641..6c0425777 100644 --- a/webapps/docs/config/valve.xml +++ b/webapps/docs/config/valve.xml @@ -25,9 +25,9 @@The description below uses the variable name $CATALINA_HOME - to refer to the directory into which you have installed Tomcat 5, + to refer to the directory into which you have installed Tomcat 6, and is the base directory against which most relative paths are - resolved. However, if you have configured Tomcat 5 for multiple + resolved. However, if you have configured Tomcat 6 for multiple instances by setting a CATALINA_BASE directory, you should use $CATALINA_BASE instead of $CATALINA_HOME for each of these references.
-- 2.11.0