tomcat log4j
I use log4j for logging in my java web application. I use Tomcat as a
servlet container. The problem is that both the output of Tomcat
logging and my web application logging is send to stdout and the
output becomes very messy.
I would like that the loging of tomcat would not be output to stdout.
So that in stdout i would have only logs of my web application.
Hou can I set up Tomcat to achive that?
.
Relevant Pages
- [CVE-2007-5342] Apache Tomcats default security policy is too open
... Tomcat's default security policy is too open ... Tomcat 5.5.9 to 5.5.25 ... The JULI logging component allows web applications to provide their own ... The patch will be included in 5.5.25 onwards and 6.0.16 onwards ... (Bugtraq) - Cant reinstall Tomcat webapp because of log4j.properties locked
... I've got a webapp that uses log4j for logging. ... It appears that Tomcat is unable to remove the log4j.properties file ... Any ideas of how I can get Tomcat to "release" the properties file. ... (comp.lang.java.programmer) - Re: tomcat log4j
... servlet container. ... logging and my web application logging is send to stdout and the ... I would like that the loging of tomcat would not be output to stdout. ... (comp.lang.java.programmer) - Re: tomcat log4j
... logging and my web application logging is send to stdout and the ... I would like that the loging of tomcat would not be output to stdout. ... log messages. ... (comp.lang.java.programmer) - Re: WebServices and .NET
... in their program to avoid confusing the servlet container. ... At a project last year our team used Apache Web server as a front end to ... Tomcat running Apache Axis to do Web services connecting to both J2EE ... (comp.lang.java.programmer) |
|