Re: How can i configure tomcat to avoid threads error in tomcat

2007-06-19 Thread Bill Barker
"Prashant Thakkar" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi, > > Thanks, > But this is the clients application which we are running. We dont have the > access to the servlet code. That was the the obvious reason we had > increased > the thread limit to 250. > > Other thin

Re: How can i configure tomcat to avoid threads error in tomcat

2007-06-19 Thread Prashant Thakkar
Hi, The application does not make database connection. Instead makes and http request to web server to fetch content. This web server is heavily loaded with traffic. The high end web server configuration and optimization handles all the request quite efficiently. (No doubt on the web server proc

Re: How can i configure tomcat to avoid threads error in tomcat

2007-06-19 Thread Prashant Thakkar
Hi, I read an abt thread pooling on below url: http://www.hp.com/products1/unix/webservers/apache/techtips/tomcat.html Thanks and Regards, -Prashant Thakkar On 6/19/07, Andrew Miehs <[EMAIL PROTECTED]> wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/06/2007, at 4:45 PM, Prashant

Re: How can i configure tomcat to avoid threads error in tomcat

2007-06-19 Thread Brantley Hobbs
Prashant, Unless I'm load-testing, the only time I've seen thread counts that high is when something is wrong with the app, and it's usually a database connection that hasn't been closed. Check the number of database connections in use out of the pool (this is typically something that you'd do o

Re: How can i configure tomcat to avoid threads error in tomcat

2007-06-19 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/06/2007, at 4:45 PM, Prashant Thakkar wrote: Hi, Thanks, But this is the clients application which we are running. We dont have the access to the servlet code. That was the the obvious reason we had increased the thread limit to 250. I

Re: How can i configure tomcat to avoid threads error in tomcat

2007-06-19 Thread Prashant Thakkar
Hi, Thanks, But this is the clients application which we are running. We dont have the access to the servlet code. That was the the obvious reason we had increased the thread limit to 250. Other thing i would like to know is about the thread pooling. How can i use this with tomcat 5.0.28 Below i

RE: How can i configure tomcat to avoid threads error in tomcat

2007-06-19 Thread Robert Harper
Do as it says and increase the max threads parameter or manage your threads better. Robert S. Harper Senior Engineer Information Access Technology, Inc. 1100 East 6600 South, Suite 300 Salt Lake City Utah USA 84121-7411 (801)265-8800 Ext. 255 FAX (801)265-8880 This e-mail is intended only for

Re: How can i configure tomcat to avoid threads error in tomcat

2007-06-19 Thread Andrew Miehs
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 19/06/2007, at 3:25 PM, Prashant Thakkar wrote: I am frequently getting this error in tomcat which stops my tomcat service. Pl help me its urgent and costing my service as well: I am getting bellow error in my catalina logs: Jun 19, 2007 5:55:4