thread recovery

2016-04-24 Thread Mahudeswaran A
Hi All, Let's assume mutex.wait being called in one of the tomcat thread. The thread state is still RUNNABLE but the thread does nothing and just waiting. Is there any functionality in tomcat to automatically recovery for these threads either through some configurations? For e.g. if there are thr

tomcat thread - how to release

2016-04-18 Thread Mahudeswaran A
Hi All, We have VXML web application running in tomcat 6.x. The web application is depend on some 3rd party jar files. >From the vxml web app a method was called, where the method is implemented in >3rd party jar file. The 3rd party jar as part of executing the method call, uses a free thread

tomcat6 -minheap,maxheap size

2016-03-23 Thread Mahudeswaran A
Hello All, Is there any recommended maximum setting for tomcat-6 32bit version running on windows 64bit OS We would like to change the default setting and looking for max size/count for 32bit tomcat-6 running on 64bit windows OS. Min heap size=? Max heap size=? Max Thread count=? Thanks and rega

RE: Tomcat 6.x 32bit-- becomes non responsive state / crash/hang

2016-03-14 Thread Mahudeswaran A
-Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: 14 March 2016 20:14 To: Tomcat Users List Subject: Re: Tomcat 6.x 32bit-- becomes non responsive state / crash/hang On 14/03/2016 14:41, Mahudeswaran A wrote: > Hi, > > We are facing unusual issue in Tomcat 6.x, wh

Tomcat 6.x 32bit-- becomes non responsive state / crash/hang

2016-03-14 Thread Mahudeswaran A
Hi, We are facing unusual issue in Tomcat 6.x, where Tomcat 6.x becomes non responsive state after two week's time. This happens randomly; The jvisualvm screen shows CPU, memory, thread are normal and we don't see memory leak, thread leak or CPU hike. JVM running is 32 bit; In our lab, we are si