> From: sihan [mailto:si...@afrigis.co.za] > Subject: Tomcat's Max Thread problem > > I tried tuning the number of threads (maxThreads) in tomcat's > thread pool in server.xml.
Actually, you didn't. You may have configured an <Executor> with a larger maxThreads attribute, but you failed to specify the executor name in either of the <Connector> elements you're using. Consequently, each <Connector> is running with its own thread pool, each having 200 threads. http://tomcat.apache.org/tomcat-6.0-doc/config/http.html http://tomcat.apache.org/tomcat-6.0-doc/config/ajp.html - Chuck THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY MATERIAL and is thus for use only by the intended recipient. If you received this in error, please contact the sender and delete the e-mail and its attachments from all computers. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org