> From: Richard B. Gazey [mailto:richard.ga...@midlandheart.org.uk]
> Subject: tomcate5.exe so active that hard disk never stops spinning
> 
> It is querying pretty much all the time with 20 or 30 reads per second.
> 
> My question is that is this normal for a Tomcat installation or is this
> a configuration setting that could be adjusted to cause less frequent
> activity and would this be recommended ?

It's normal for Tomcat in a development environment; you apparently haven't 
configured it for production.

Your disk activity is likely due to still having autoDeploy turned on in your 
<Host> elements; look there and for <WatchedResource> elements inside any 
<Context>, and for monitoring of JSP changes configurable in conf/web.xml.

Take a look at this, or hire Mark or Filip to do it for you:
http://www.springsource.com/webinar/performance-tuning-apache-tomcat-production

 - 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: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to