> From: Sai Bobba [mailto:[EMAIL PROTECTED] 
> Subject: Tomcat causing high CPU load
> 
> - Tomcat was responsible for this CPU 
> load almost exclusively

You need to differentiate between Tomcat and the webapps running within,
even though they are all running in the same process.  It is highly
likely that it's your webapp stuck in a loop, not Tomcat itself.  As a
first step, take several thread dumps when this high CPU usage is
observed, and see where the threads are spending their time.

 - 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