Author: markt Date: Sun Mar 5 14:49:11 2006 New Revision: 383430 URL: http://svn.apache.org/viewcvs?rev=383430&view=rev Log: Add missing attributes to docs.
Modified: tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/ajp13.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=383430&r1=383429&r2=383430&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 Sun Mar 5 14:49:11 2006 @@ -47,6 +47,11 @@ <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/http11.xml URL: http://svn.apache.org/viewcvs/tomcat/container/branches/tc4.1.x/webapps/tomcat-docs/config/http11.xml?rev=383430&r1=383429&r2=383430&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 Sun Mar 5 14:49:11 2006 @@ -65,6 +65,11 @@ <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. @@ -152,6 +157,12 @@ <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]