Hello Tomcat experts,
I am running Tomcat 7 on Window Server 2008 and below in my connector setting present in server.xml <Connector address="127.0.0.1" port="80" protocol="HTTP/1.1" connectionTimeout="60000" redirectPort="443" maxthreads="250" > The server gets started without any issue however when I go to the manager site http://127.0.0.1/manager/status It still show the max thread as 200 "http-bio-127.0.0.1-80" Max threads: 200 Current thread count: 1 Current thread busy: 1 Max processing time: 0 ms Processing time: 0.0 s Request count: 0 Error count: 0 Bytes received: 0.00 MB Bytes sent: 0.00 MB After looking at this URL http://tomcat.apache.org/tomcat-5.5-doc/config/http.html It says that if nothing is set for maxThread in connector tag then it sets it as 200 however in my case it is set as 250 but the manager console is still showing it as 200 Am I missing something or not setting the property properly? Any information would be very helpful? Thanks, Saurabh