developerinlondon
Programmer
i configured tomcat with the following :
<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
<Connector port="8082"
maxThreads="1000" minSpareThreads="4" maxSpareThreads="12"
maxProcessors="100" minProcessors="10"
enableLookups="false" redirectPort="8445" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" debug="5" />
but it seems there is something obvious wrong here as I keep getting threads that dont die and hang around for too long. Any ideas?
<!-- Define a non-SSL HTTP/1.1 Connector on port 8080 -->
<Connector port="8082"
maxThreads="1000" minSpareThreads="4" maxSpareThreads="12"
maxProcessors="100" minProcessors="10"
enableLookups="false" redirectPort="8445" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true" debug="5" />
but it seems there is something obvious wrong here as I keep getting threads that dont die and hang around for too long. Any ideas?