Hi,

    Sorry for off topic.
    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.
Someone said that the standard output will go to the catalina_log, but I
check that file, the standard out and err output is not in that file.
Can anyone tell me how to configure it?


Louis

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://archives.java.sun.com/jsp-interest.html
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.jsp
 http://www.jguru.com/faq/index.jsp
 http://www.jspinsider.com

Reply via email to