-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chris,
On 6/9/2009 10:22 PM, Christopher Piggott wrote:
> I will definitely try that. I also will consider using log4j's
> rotating file appender instead of the ConsoleAppender. The reason I
> didn't do this in the first place is permissions: I don'
> (By the way, did you solve your other problem of not getting *any*
> stdout output swallowed when swallowOutput="true"?)
Yep. I put it in what is essentially $CATALINA_HOME/conf/context.xml
which means it's server-wide and not host-specific ... and as you
pointed out, is a setting for all webap
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Chris,
On 6/9/2009 9:46 AM, Christopher Piggott wrote:
> I'm running tomcat 6 and am having the problem that swallowOutput
> doesn't work for my service threads (i.e. threads owned by the webapp,
> created in ServletContextListener.contextInitialized(