System.out/err in Tomcat
Hi out there!
I've got a serious problem of logging in Tomcat 3.2.1.
When using the build-in Webserver for testing, the outputs to System.out/err
are only logged to the screen.
Is there any way to log this output to a file without some hacks like
writing a special se
Have you tried using Log4J?
Yep... Log4J is what you need.
http://jakarta.apache.org/log4j/docs/index.html
-- Brian
>From: [EMAIL PROTECTED]
>Reply-To: [EMAIL PROTECTED]
>To: <[EMAIL PROTECTED]>
>Subject: Logging System.out/err in Tomcat
>Date: Mon, 25 Jun 2001 08:15:05
Hi out there!
I've got a serious problem of logging in Tomcat 3.2.1.
When using the build-in Webserver for testing, the outputs to System.out/err
are only logged to the screen.
Is there any way to log this output to a file without some hacks like
writing a special servlet that resets the System.