You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Mikkel Lindhard <ml...@back-bone.dk> on 2003/05/21 09:00:59 UTC

disabling automatic rollover of log

is there a way to disable the rollover log that the accessvalve generates
each night ?

I just want one huge access file instead.

thanks in advance.
Mikkel

-------
[Denne E-mail blev scannet for virus af Declude Virus]
[This E-mail was scanned for viruses by Declude Virus]


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org


Re: disabling automatic rollover of log

Posted by Tim Funk <fu...@joedog.org>.
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/catalina/docs/api/org/apache/catalina/valves/AccessLogValve.html#isRotatable()

Add a setting called: rotatable
rotatable=false

-Tim

Mikkel Lindhard wrote:
> is there a way to disable the rollover log that the accessvalve generates
> each night ?
> 
> I just want one huge access file instead.
> 
> thanks in advance.
> Mikkel
>  


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org