https://bz.apache.org/bugzilla/show_bug.cgi?id=61069
Bug ID: 61069
Summary: able to see more than 10 threads, maxThread
configuration to 10
Product: Tomcat 6
Version: 6.0.0
Hardware: PC
Status: NEW
Severity: critical
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: default
Created attachment 34973
--> https://bz.apache.org/bugzilla/attachment.cgi?id=34973&action=edit
server.xml
We have updated the maxThread configuration to 10 at below place in server.xml
of DEV environment. However I was able to see more than 10 threads. I have also
attached the server.xml
I need your help to understand if I am doing something wrong or it is an
expected behaviour?
A "Connector" represents an endpoint by which requests are received
and responses are returned. Documentation at :
Java HTTP Connector: /docs/config/http.html (blocking & non-blocking)
Java AJP Connector: /docs/config/ajp.html
APR (HTTP/AJP) Connector: /docs/apr.html
Define a non-SSL HTTP/1.1 Connector on port 8080
-->
<Connector port="8080" protocol="HTTP/1.1" connectionTimeout="20000"
redirectPort="8443" maxThreads="10"/>
<!-- A "Connector" using the shared thread pool -->
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]