The patch seems to be missing, and I attached it, but got lost somewhere. Now with my luck, this patch will get wrapped. In any case, at least the issue of this attribute missing from the documentation has been made aware.
Index: webapps/tomcat-docs/config/valve.xml =================================================================== RCS file: /home/cvspublic/jakarta-tomcat-4.0/webapps/tomcat-docs/config/valve.xml,v retrieving revision 1.8 diff -u -r1.8 valve.xml --- webapps/tomcat-docs/config/valve.xml 12 Jan 2003 17:26:48 -0000 1.8 +++ webapps/tomcat-docs/config/valve.xml 10 Jul 2003 20:52:00 -0000 @@ -92,6 +92,13 @@ <code>false</code> to skip this lookup, and report the remote IP address instead.</p> </attribute> + + <attribute name="rotatable" required="false"> + <p>Set to <code>true</code> to rotate the logs once a day. This + will add a date to the end of file's name for each day. Set to + <code>false</code> to not rotate each log. The default value is + true. + </attribute> <attribute name="suffix" required="false"> <p>The suffix added to the end of each log file's name. If not > -----Original Message----- > From: Shatzer, Larry [mailto:[EMAIL PROTECTED] > Sent: Thursday, July 10, 2003 1:57 PM > To: '[EMAIL PROTECTED]' > Subject: [DOC PATCH webapps/tomcat-docs/config/valve.xml] > Documentation > fo r rotatable > > > The attribute of 'rotatable' for <Valve> appears to be missing. The > following patch fixes that. Feel free to change wording. > > -- Larry > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]