Vinicius Carvalho wrote:
> Hello Mark. We have removed from all hosts the swallowOutput and add
> it to the context section of each host. We have also added it to the
> conf/context.xml.
>
> Yet, the catalina.out keeps growing. We found that some apps, that are
> using System.out/System.err, have
Hello Mark. We have removed from all hosts the swallowOutput and add
it to the context section of each host. We have also added it to the
conf/context.xml.
Yet, the catalina.out keeps growing. We found that some apps, that are
using System.out/System.err, have their output redirected to
catalina.o
Vinicius Carvalho wrote:
> Thanks Mark, do I have to set it for each context I have? I'm using
> several Hosts with few contexts on each.
Yes, but there is a short-cut. Set it in CATALINA_BASE/conf/context.xml
and it should apply to all contexts on that instance.
Mark
>
> Regards
>
> On Fri, S
Thanks Mark, do I have to set it for each context I have? I'm using
several Hosts with few contexts on each.
Regards
On Fri, Sep 18, 2009 at 4:18 PM, Mark Thomas wrote:
> Vinicius Carvalho wrote:
>> Hello there! I'm trying to redirect some legacy System.out calls in
>> our app to a different log
Vinicius Carvalho wrote:
> Hello there! I'm trying to redirect some legacy System.out calls in
> our app to a different logger. Since tomcat's logging implementation
> does not allow one to configure the maximum size of the catalina.out,
> we are easily reaching gigabytes of space on that file.
>
Hello there! I'm trying to redirect some legacy System.out calls in
our app to a different logger. Since tomcat's logging implementation
does not allow one to configure the maximum size of the catalina.out,
we are easily reaching gigabytes of space on that file.
I thought that by just adding: