My Tomcat 5.0.28 running on Windows 2000 Pro is not dumping to
$CATALINA_HOME\logs\catalina.out at all.
$CATALINA_HOME\conf\server.xml contains the following, but no reference to
catalina.out:
<!-- Global logger unless overridden at lower levels -->
<Logger className="org.apache.catalina.logger.FileLogger"
prefix="catalina_log." suffix=".txt"
timestamp="true"/>
<Logger className="org.apache.catalina.logger.FileLogger"
directory="logs" prefix="localhost_log." suffix=".txt"
timestamp="true"/>
Tomcat is dumping out some traces to the above two files, but the traces
that Tomcat dumps to console/stdout/Windows Command Prompt are not dumped to
"catalina.out" or any other file at all.
How do I tell Tomcat to dump the traces to console/stdout to also dump to
file "catalina.out"?
Thanks for all pointers!
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]