> From: Kjetil Kjernsmo [mailto:[EMAIL PROTECTED]
> Subject: Tomcat loops indefinitely
>
> The problem is that the application has apparently
> gone into a loop, as this appears to be different threads.
> Eventually, it runs out of threads, and comes to a halt:

What does a thread dump show?  (Before taking one, you might want to reduce the 
number of threads to avoid a lot of clutter in the dump.)  You can use the 
jstack utility from the JDK (among other mechanisms) to get a thread dump of an 
active JVM.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to