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:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to