RE: Tomcat Hangs and cannot be shut down

2002-10-31 Thread Lior Shliechkorn
Thanks Yoav, I don't think it's a problem with the code in my application because the pages work fine and the code in the pages gets executed without problems before hand. From time to time, when I press on a link to access a page the browser starts thinking...thinking...it never really breaks

RE: Tomcat Hangs and cannot be shut down

2002-10-31 Thread Shapira, Yoav
Hi, It's very likely your app has an infinite loop or a thread lock somewhere. Check that very carefully. >Tomcat, from time to time, starts processing and locks into some loop or Can you reproduce this reliably? >This happens for a while and then when the session is terminated, I >believe, the

Tomcat Hangs and cannot be shut down

2002-10-30 Thread Lior Shliechkorn
Tomcat, from time to time, starts processing and locks into some loop or something. I don't know what is happening, and that is the best way I can explain it. After noticing that the JSP do not get served and IE just waits and waits, I try to Shutdown Tomcat and I get an exception. java.net.Co