- Tweaks.
authorremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 16 Oct 2006 13:45:11 +0000 (13:45 +0000)
committerremm <remm@13f79535-47bb-0310-9956-ffa450edef68>
Mon, 16 Oct 2006 13:45:11 +0000 (13:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/tomcat/tc6.0.x/trunk@464491 13f79535-47bb-0310-9956-ffa450edef68

webapps/docs/config/ajp.xml
webapps/docs/config/context.xml
webapps/docs/config/host.xml
webapps/docs/config/http.xml
webapps/docs/config/index.xml
webapps/docs/config/loader.xml
webapps/docs/config/realm.xml
webapps/docs/config/valve.xml

index 7071526..d61c49b 100644 (file)
@@ -21,7 +21,7 @@
   <p>The <strong>AJP Connector</strong> element represents a
   <strong>Connector</strong> component that communicates with a web
   connector via the <code>AJP</code> 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.</p>
index 77857eb..989f5cf 100644 (file)
@@ -63,7 +63,7 @@
   Application Deployment</a> for more information. This method allows dynamic
   reconfiguration of the web application, since the main 
   <code>conf/server.xml</code> file cannot be reloaded without restarting
-  Tomcat. <b>Please note that for tomcat 5, unlike tomcat 4.x, it is NOT
+  Tomcat. <b>Please note that for tomcat 6, unlike tomcat 4.x, it is NOT
   recommended to place &lt;Context&gt; elements directly in the server.xml file.</b>
   Instead, put them in the META-INF/context.xml directory of your WAR file or
   the conf directory as described above.
index 9fd51e2..e07bf91 100644 (file)
@@ -41,9 +41,9 @@
 
     <blockquote><em>
     <p>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.</p>
index 8121ba5..8cd4ef1 100644 (file)
@@ -32,9 +32,7 @@
   <code>mod_jk 1.2.x</code> connector for Apache 1.3), see
   <a href="ajp.html">here</a> instead.</p>
 
-  <p>At server startup time, this <strong>Connector</strong> will create a
-  number of request processing threads (based on the value configured for
-  the <code>minSpareThreads</code> attribute).  Each incoming request requires
+  <p>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
index f94de89..9f67b3e 100644 (file)
@@ -18,7 +18,7 @@
 
 <p>This manual contains reference information about all of the configuration
 directives that can be included in a <code>conf/server.xml</code> 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 <em>HOW-TO</em> documents on the
 main index page.</p>
index a11c3c7..1722b2f 100644 (file)
@@ -39,9 +39,9 @@
 
     <blockquote><em>
     <p>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.</p>
 
     <attributes>
 
-      <attribute name="checkInterval" required="false">
-        <p>The number of seconds between checks for modified classes and
-        resources, if <code>reloadable</code> has been set to
-        <code>true</code>.  The default is 15 seconds.</p>
-      </attribute>
-
       <attribute name="loaderClass" required="false">
         <p>Java class name of the <code>java.lang.ClassLoader</code>
         implementation class to use.  If not specified, the default value is
index c147978..8f36f69 100644 (file)
@@ -38,9 +38,9 @@
 
     <blockquote><em>
     <p>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.</p>
index 5f97d96..6c04257 100644 (file)
@@ -25,9 +25,9 @@
 
     <blockquote><em>
     <p>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.</p>