Re: tomcat http connector errors

2011-03-11 Thread Kobi Biton
hi mark, Thanks the reply since I am the Operation guy not sure what you mean by thread dump ? jstack it is ? or other method? Kobi. On Fri, Mar 11, 2011 at 11:24 AM, Mark Thomas wrote: > On 11/03/2011 08:23, Kobi Biton wrote: > > > So my question is how can I troubleshoot the i

tomcat http connector errors

2011-03-11 Thread Kobi Biton
hi folks, I am running tomcat 5.5.26 , openJDK 64BIT 1.6.0-b09 , CentoOS 5.5 64bit , my site is request pattern is high and short req/s , I have a load balancer in-front of my tomcat servers , the load balancer uses a Curl simple http request to the tomcat connector on port 8080 (simple http ge

Re: Tomcat 6 busy threads issue

2011-01-08 Thread Kobi Biton
Christopher, On Thu, 2011-01-06 at 12:23 -0500, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Kobi, > > On 1/6/2011 12:14 PM, Kobi Biton wrote: > > -Tomcat 6.0.22 > > Great. Any opportunities to upgrade? Your version was never rel

Re: Tomcat 6 busy threads issue

2011-01-06 Thread Kobi Biton
servers - Indeed busyThreads <= maxThreads Just trying to figure out why did the maxThreads was Impacting the threasd busy/count ... Kobi On Thu, 2011-01-06 at 12:05 -0500, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Kobi, > > On 1/6/2011

Tomcat 6 busy threads issue

2011-01-06 Thread Kobi Biton
Hello Experts, Recently I have exposed my tomcat 6 instances via JMX for monitoring I noticed that 1 of the servers is using twice the bust thread count then all others , then I noticed a configuration diff the server had 300 as maxThreads while all other had 1000 as MaxThreads After changing it