It was an error, so in windows you don´t have catalina.out, there you have
catalina_log.txt as in the server.xml specification.

The other log file localhost_log.txt is intended to the localhost virtual
server, that is, if you have several virtual servers, each one can has its
own log file.

Mauricio Fernández A.
Ingeniero de Sistemas
U. Autónoma de Manizales

-----Mensaje original-----
De: Philip Chang [mailto:[EMAIL PROTECTED]
Enviado el: viernes, 14 octubre, 2005 23:30
Para: users@tomcat.apache.org
Asunto: where is "catalina.out" defined and enabled?



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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to