> From: jan gestre [mailto:[email protected]] > Subject: Optimize CPU Hogging Tomcat 6
> We have an Apache Tomcat 6 server (HA cluster using DRBD) that is > hogging the CPU, this happens when there are simultaneous users > accessing at the same time, which should be considered normal because > they're only 30. How will I optimize Tomcat? Highly unlikely that you need to optimize Tomcat. Much more likely that you have a bug in your webapp. Take thread dumps and see who is spending time where. http://wiki.apache.org/tomcat/HowTo#How_do_I_obtain_a_thread_dump_of_my_running_webapp_.3F - 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 unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
