Hi
I have just installed Tomcat 5.0.28 on my XP machine and I am having
trouble starting it.
Here's the output that Catalina.bat produces:
Using CATALINA_BASE: C:\jakarta-tomcat-5.0.28
Using CATALINA_HOME: C:\jakarta-tomcat-5.0.28
Using CATALINA_TMPDIR: C:\jakarta-tomcat-5.0.28\temp
. Disable logging
to console in log4j config and the messages in catalina.out should go
away (except for some very top level logging coming from the
startup/shutdown script).
--David
Goykhman, Boris wrote:
>Slight correction: log output is appended to both catalina.out and
>log4j log,
Slight correction: log output is appended to both catalina.out and
log4j log, and I wanna get rid of catalina.out output.
From: Goykhman, Boris
Sent: Tuesday, October 03, 2006 6:01 PM
To: 'users@tomcat.apache.org'
Subject: How to stop using catalin
Hi
I am using Tomcat 5.5.9 with Log4J. I want to stop using catalina.out
as logging output and only use log4j files instead. However, no matter
what I do Tomcat keeps appending log4j outputs to catalina.out.
According to Tomcat documentation, only System.out and System.err
output goes there.