Author: markt
Date: Wed Mar  8 15:02:31 2006
New Revision: 384366

URL: http://svn.apache.org/viewcvs?rev=384366&view=rev
Log:
Correct the previous commit where I updated the attributes for the deprecated 
connectors rather than the Coyote ones.

Modified:
    tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/ajp13.xml
    tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyote.xml
    tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyotejk.xml
    tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/http11.xml

Modified: tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/ajp13.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/ajp13.xml?rev=384366&r1=384365&r2=384366&view=diff
==============================================================================
--- tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/ajp13.xml 
(original)
+++ tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/ajp13.xml Wed 
Mar  8 15:02:31 2006
@@ -47,11 +47,6 @@
 
   <attributes>
 
-    <attribute name="allowTrace" required="false">
-      <p>A boolean value which can be used to enable or disable the TRACE
-      HTTP method. If not specified, this attribute is set to false.</p>
-    </attribute>
-
     <attribute name="className" required="true">
       <p>Java class name of the implementation to use.  This class must
       implement the <code>org.apache.catalina.Connector</code> interface.

Modified: 
tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyote.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyote.xml?rev=384366&r1=384365&r2=384366&view=diff
==============================================================================
--- tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyote.xml 
(original)
+++ tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyote.xml Wed 
Mar  8 15:02:31 2006
@@ -61,6 +61,11 @@
       You must specify the standard value defined below.</p>
     </attribute>
 
+    <attribute name="allowTrace" required="false">
+      <p>A boolean value which can be used to enable or disable the TRACE
+      HTTP method. If not specified, this attribute is set to false.</p>
+    </attribute>
+
     <attribute name="enableLookups" required="false">
       <p>Set to <code>true</code> if you want calls to
       <code>request.getRemoteHost()</code> to perform DNS lookups in
@@ -198,6 +203,12 @@
       pipelining. Setting this to -1 will allow an unlimited amount of
       pipelined or keep-alive HTTP requests.
       If not specified, this attribute is set to 100.</p>
+    </attribute>
+
+    <attribute name="maxSpareProcessors" required="false">
+      <p>The maximum number of unused request processing threads that
+      will be allowed to exist until the thread pool starts stopping the
+      unnecessary threads.  The default value is 5.</p>
     </attribute>
 
     <attribute name="maxProcessors" required="false">

Modified: 
tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyotejk.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyotejk.xml?rev=384366&r1=384365&r2=384366&view=diff
==============================================================================
--- tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyotejk.xml 
(original)
+++ tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyotejk.xml 
Wed Mar  8 15:02:31 2006
@@ -51,6 +51,11 @@
       You must specify the standard value defined below.</p>
     </attribute>
 
+    <attribute name="allowTrace" required="false">
+      <p>A boolean value which can be used to enable or disable the TRACE
+      HTTP method. If not specified, this attribute is set to false.</p>
+    </attribute>
+
     <attribute name="enableLookups" required="false">
       <p>Set to <code>true</code> if you want calls to
       <code>request.getRemoteHost()</code> to perform DNS lookups in

Modified: 
tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/http11.xml
URL: 
http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/http11.xml?rev=384366&r1=384365&r2=384366&view=diff
==============================================================================
--- tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/http11.xml 
(original)
+++ tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/http11.xml Wed 
Mar  8 15:02:31 2006
@@ -65,11 +65,6 @@
 
   <attributes>
 
-    <attribute name="allowTrace" required="false">
-      <p>A boolean value which can be used to enable or disable the TRACE
-      HTTP method. If not specified, this attribute is set to false.</p>
-    </attribute>
-
     <attribute name="className" required="true">
       <p>Java class name of the implementation to use.  This class must
       implement the <code>org.apache.catalina.Connector</code> interface.
@@ -157,12 +152,6 @@
       <p>The debugging detail level of log messages generated by this
       component, with higher numbers creating more detailed output.
       If not specified, this attribute is set to zero (0).</p>
-    </attribute>
-
-    <attribute name="maxSpareProcessors" required="false">
-      <p>The maximum number of unused request processing threads that
-      will be allowed to exist until the thread pool starts stopping the
-      unnecessary threads.  The default value is 5.</p>
     </attribute>
 
     <attribute name="maxProcessors" required="false">



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

Reply via email to