How do I get an error log set up for the Tomcat JSP server?  I added the
following line to my server.xml configuration file:

<Logger name="error_log" path="logs/error.log" verbosityLevel = "ERROR"
/>

and the file error.log exists at that path, but I cannot get anything to
report to that log...instead, errors are echoed to the terminal in which
the daemon was started if that terminal is still alive, and not echoed
at all except in the requesting browser if the terminal has been killed.

If it helps, I'm running Tomcat on a RedHat 6.2 Linux machine.

Reply via email to