Re: Yet another swallowOutput question

2009-09-27 Thread Vinicius Carvalho
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

Re: Yet another swallowOutput question

2009-09-27 Thread Mark Thomas
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 their

Re: Yet another swallowOutput question

2009-09-23 Thread Vinicius Carvalho
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 ma...@apache.org wrote: Vinicius Carvalho wrote: Hello there! I'm trying to redirect some legacy System.out calls in our app to a

Re: Yet another swallowOutput question

2009-09-23 Thread Mark Thomas
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, Sep

Yet another swallowOutput question

2009-09-18 Thread Vinicius Carvalho
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:

Re: Yet another swallowOutput question

2009-09-18 Thread Mark Thomas
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. I