Problem with in Synchronized methods in Tomcat 4.x

2008-08-11 Thread Thangavel Sankaranarayanan
Hi , I have problem with Synchronized methods in Tomcat 4.x... Problem Details: When a user clicks the submit button: (Assume for 1st user the thread created by tomcat =thread1)...thread1 starts executing a Synchronized method. After number of session in my application has reached in some

RE: Problem with in Synchronized methods in Tomcat 4.x

2008-08-11 Thread Peter Crowther
From: Thangavel Sankaranarayanan [mailto:[EMAIL PROTECTED] After number of session in my application has reached in some point of time. the synchronized method is not executed and the system hangs waiting to execute that method. I could'nt make a thread dump as my tomcat is started

RE: Problem with in Synchronized methods in Tomcat 4.x

2008-08-11 Thread Thangavel Sankaranarayanan
Thanks peter, I am admin of the system .I connect to the system through RDC.In that case is there any way for me to start the service as command prompt.If so ...the process should be running even if i log off the system... is ter any way ?? If so,Please help me on the steps to be carried out.

RE: Problem with in Synchronized methods in Tomcat 4.x

2008-08-11 Thread Thangavel Sankaranarayanan
Sorry..I am not the admin of the system.Si i could'nt start tomcat as a dos service. Regards, Thangavel Sankaranarayanan Thangavel