You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Cervenka, Tom" <TC...@uillinois.edu> on 2005/01/27 17:17:55 UTC

Tomcat 4 logging on Windows

How do you configure Tomcat 4 on windows to redirect output to a
filelogger type class the creates a new log file every day and releases
old log file handles so the log can be rotated? 

I am talking about global output that normally goes to the console
window, stdout and stderr, not context logging. Looking at the
server.xml one would believe that this is already configured:

<!-- Global logger unless overridden at lower levels -->
<Logger className="org.apache.catalina.logger.FileLogger"
prefix="catalina_log." suffix=".txt" timestamp="true"/>

But this doesn't seem to do anything. 

-Tom


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