RE: Tomcat's Max Thread problem

2008-12-22 Thread Caldarale, Charles R
> 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 with a larger maxThreads attribute,

Tomcat's Max Thread problem

2008-12-21 Thread sihan
Hi, I am using tomcat as my server and there is about 130 servlet in my web application. I want to increase the number of concurrent users in my server. Currently it supports about 200 concurrent requests (tested by JMETER). I tried tuning the number of threads (maxThreads) in tomcat's thread pool