/[Apache-SVN]/tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyote.xml
ViewVC logotype

Diff of /tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyote.xml

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyote.xml	2006/03/08 22:58:42	384365
+++ tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/coyote.xml	2006/03/08 23:02:31	384366
@@ -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
@@ -200,6 +205,12 @@
       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">
       <p>The maximum number of request processing threads to be created
       by this <strong>Connector</strong>, which therefore determines the

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26