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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to