Adjusting the Tomcat connector accept count property from 100 to 300 to

allow the ATS to support a large number of clients.
This commit is contained in:
Juan Carlos Luciani
2008-07-07 19:49:21 +00:00
parent 8104cafd06
commit 6c561fdcaa
5 changed files with 5 additions and 5 deletions

View File

@@ -89,7 +89,7 @@
maxThreads="150" minSpareThreads="25" maxSpareThreads="75"
enableLookups="false" disableUploadTimeout="true"
maxPostSize="16384" connectionTimeout="10000"
acceptCount="100" debug="0" scheme="https" secure="true"
acceptCount="300" debug="0" scheme="https" secure="true"
clientAuth="false" sslProtocol="TLS"
keystoreFile="/etc/ssl/servercerts/keystore.p12"
keystorePass="password" keystoreType="pkcs12" algorithm="IbmX509" />