From: markt Date: Tue, 15 Sep 2009 21:09:18 +0000 (+0000) Subject: Remove all traces of maxSpareThreads X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=f24ca80cc15e0e5e66b19102c0362e19aec03d2d;p=tomcat7.0 Remove all traces of maxSpareThreads git-svn-id: https://svn.apache.org/repos/asf/tomcat/trunk@815490 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/java/org/apache/catalina/connector/mbeans-descriptors.xml b/java/org/apache/catalina/connector/mbeans-descriptors.xml index 57a927904..22802f9af 100644 --- a/java/org/apache/catalina/connector/mbeans-descriptors.xml +++ b/java/org/apache/catalina/connector/mbeans-descriptors.xml @@ -117,10 +117,6 @@ description="Maximum size in bytes of a POST which will be handled by the servlet API provided features" type="int"/> - - diff --git a/webapps/docs/ssl-howto.xml b/webapps/docs/ssl-howto.xml index 972087d88..a40322bc2 100644 --- a/webapps/docs/ssl-howto.xml +++ b/webapps/docs/ssl-howto.xml @@ -316,7 +316,7 @@ file installed with Tomcat. It will look something like this:

<-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 --> <!-- <Connector - port="8443" minSpareThreads="5" maxSpareThreads="75" + port="8443" minSpareThreads="5" enableLookups="true" disableUploadTimeout="true" acceptCount="100" maxThreads="200" scheme="https" secure="true" SSLEnabled="true" @@ -332,7 +332,7 @@ file installed with Tomcat. It will look something like this:

<-- Define a SSL Coyote HTTP/1.1 Connector on port 8443 --> <!-- <Connector - port="8443" minSpareThreads="5" maxSpareThreads="75" + port="8443" minSpareThreads="5" enableLookups="true" disableUploadTimeout="true" acceptCount="100" maxThreads="200" scheme="https" secure="true" SSLEnabled="true" @@ -351,7 +351,7 @@ file installed with Tomcat. It will look something like this:

<-- Define a blocking Java SSL Coyote HTTP/1.1 Connector on port 8443 --> <!-- <Connector protocol="org.apache.coyote.http11.Http11Protocol" - port="8443" minSpareThreads="5" maxSpareThreads="75" + port="8443" minSpareThreads="5" enableLookups="true" disableUploadTimeout="true" acceptCount="100" maxThreads="200" scheme="https" secure="true" SSLEnabled="true" @@ -361,7 +361,7 @@ file installed with Tomcat. It will look something like this:

<-- Define a non-blocking Java SSL Coyote HTTP/1.1 Connector on port 8443 --> <!-- <Connector protocol="org.apache.coyote.http11.Http11NioProtocol" - port="8443" minSpareThreads="5" maxSpareThreads="75" + port="8443" minSpareThreads="5" enableLookups="true" disableUploadTimeout="true" acceptCount="100" maxThreads="200" scheme="https" secure="true" SSLEnabled="true" @@ -374,7 +374,7 @@ and to specify an APR connector <-- Define a APR SSL Coyote HTTP/1.1 Connector on port 8443 --> <!-- <Connector protocol="org.apache.coyote.http11.Http11AprProtocol" - port="8443" minSpareThreads="5" maxSpareThreads="75" + port="8443" minSpareThreads="5" enableLookups="true" disableUploadTimeout="true" acceptCount="100" maxThreads="200" scheme="https" secure="true" SSLEnabled="true" diff --git a/webapps/manager/status.xsd b/webapps/manager/status.xsd index a9e1ba1a2..6433bb38a 100644 --- a/webapps/manager/status.xsd +++ b/webapps/manager/status.xsd @@ -55,7 +55,6 @@ - diff --git a/webapps/manager/xform.xsl b/webapps/manager/xform.xsl index 09b3028de..9b087de4e 100644 --- a/webapps/manager/xform.xsl +++ b/webapps/manager/xform.xsl @@ -69,7 +69,6 @@ threadInfo maxThreads: minSpareThreads: - maxSpareThreads: currentThreadCount: currentThreadsBusy: