Hi,
I want to set the standard output and error log to a log file, how to do
that? I added this in server.xml
<Logger className="org.apache.catalina.logger.SystemErrLogger"
directory="logs" prefix="def_err_log." suffix=".txt"
timestamp="true"/>
<Logger className="org.apache.catalina.logger.SystemOutLogger"
directory="logs" prefix="def_std_log." suffix=".txt"
timestamp="true"/>
but its not working. It always display the log in the command window.
Louis
--
To unsubscribe: <mailto:tomcat-user-unsubscribe@jakarta.apache.org>
For additional commands: <mailto:tomcat-user-help@jakarta.apache.org>
Troubles with the list: <mailto:tomcat-user-owner@jakarta.apache.org>
|