logging question

2010-09-10 Thread André Warnier
Hi. Under tomcat 5.5, a foreign webapp writes to STDOUT and STDERR, clogging up one of the system logfiles (/var/log/daemon.log). The tomcat5.5 startup script on this platform runs it under jsvc, and seems to redirect all its STDOUT and STDERR to the syslog facility, which I suppose directs

Re: logging question

2010-09-10 Thread Konstantin Kolinko
2010/9/10 André Warnier a...@ice-sa.com: Under tomcat 5.5, a foreign webapp writes to STDOUT and STDERR, clogging up one of the system logfiles (/var/log/daemon.log). Try setting swallowOutput=true in the context file, http://tomcat.apache.org/tomcat-5.5-doc/config/context.html It works if

Re: newbie logging question: JULI or log4j or both?

2010-05-21 Thread Johan Martinez
...@unisys.com wrote: From: Johan Martinez [mailto:jmart...@gmail.com] Subject: newbie logging question: JULI or log4j or both? I am a developer and new to tomcat administration. Tomcat version? JVM version? Platform? (Always provide the basics when making inquiries.) How do I find

RE: newbie logging question: JULI or log4j or both?

2010-05-21 Thread Caldarale, Charles R
From: Johan Martinez [mailto:jmart...@gmail.com] Subject: Re: newbie logging question: JULI or log4j or both? Tomcat was not installed using CentOS package manager, but it is a core binary package downloaded from tomcat project site. Good; that means we don't have to guess what any

Re: newbie logging question: JULI or log4j or both?

2010-05-21 Thread Johan Martinez
Subject: RE: newbie logging question: JULI or log4j or both? To: Tomcat Users List users@tomcat.apache.org From: Johan Martinez [mailto:jmart...@gmail.com] Subject: Re: newbie logging question: JULI or log4j or both? Tomcat was not installed using CentOS package manager, but it is a core binary

newbie logging question: JULI or log4j or both?

2010-05-20 Thread Johan Martinez
Hi, I am a developer and new to tomcat administration. I had to look into admin side for some urgent need. Following are my basic questions. I am not sure how is container is configured. How do I find out if I am using JULI or log4j for logging? I see configuration files for both of them. Does

RE: newbie logging question: JULI or log4j or both?

2010-05-20 Thread Caldarale, Charles R
From: Johan Martinez [mailto:jmart...@gmail.com] Subject: newbie logging question: JULI or log4j or both? I am a developer and new to tomcat administration. Tomcat version? JVM version? Platform? (Always provide the basics when making inquiries.) How do I find out if I am using JULI

Re: Yet another context logging question

2008-09-06 Thread Mark Thomas
Caldarale, Charles R wrote: From: Jonathan Mast [mailto:[EMAIL PROTECTED] Subject: Yet another context logging question Foo has a subdirectory bar which I would now like to be it's own Context and AccessLogValue. Such a configuration is not supported - webapps may not be nested. Whatever

Yet another context logging question

2008-09-05 Thread Jonathan Mast
Hello all, I have Context named foo whose path is /foo and whose docbase is DOCS/foo. foo has it's own AccessLogValve Foo has a subdirectory bar which I would now like to be it's own Context and AccessLogValue. My question is: Will defining a context /foo/bar at DOCS/foo/bar, with it's own

RE: Yet another context logging question

2008-09-05 Thread Caldarale, Charles R
From: Jonathan Mast [mailto:[EMAIL PROTECTED] Subject: Yet another context logging question Foo has a subdirectory bar which I would now like to be it's own Context and AccessLogValue. Such a configuration is not supported - webapps may not be nested. Whatever results you get

logging question

2006-05-10 Thread Guy McArthur
Hello, somehow the 3rd party jar's in my web app are changing the log level and I need to find out how to override. Specifically my problem is that the log methods of Servlet send their output into the ether. The dependencies include commons-logging and log4j (themselves dependencies of either

RE: logging question

2006-05-10 Thread Tim Lucia
No appenders means output is not appended to anything. If you supply the jar, supply the log4j.properties which configures it. Tim -Original Message- From: Guy McArthur [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 10, 2006 1:10 PM To: users@tomcat.apache.org Subject: logging question