I would like to limit the number of log files retained by "Apache Tomcat/4.1.24".  For 
example:
server.xml
<Valve className="org.apache.catalina.valves.AccessLogValve" directory="logs" 
prefix="localhost_access_log." suffix=".txt" pattern="common" resolveHosts="false"/>

results (windowsXP)
localhost_access_log.2003-07-08.txt
localhost_access_log.2003-07-09.txt
etc.

desired results
To limit the number of daily copies to say ... ten.  Configurable log rotation is a 
capability within a WebLogic console and am wondering if Tomcat has the functionality 
(without invoking an external script).

Any ideas?
Marvin Toll

Reply via email to