Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

is this configuration right?

Status
Not open for further replies.

developerinlondon

Programmer
Jan 11, 2003
196
GB
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?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top