2010/9/10 André Warnier :
>
> 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 an app writ
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 i
: Fri, May 21, 2010 at 5:32 PM
Subject: RE: newbie logging question: JULI or log4j or both?
To: Tomcat Users List
> 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, b
> 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 ha
ay 20, 2010 at 10:54 PM, Caldarale, Charles R <
chuck.caldar...@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 versi
> 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 ou
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 on
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
> 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.
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
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
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
12 matches
Mail list logo