https://issues.apache.org/bugzilla/show_bug.cgi?id=962
Konstantin Kolinko <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|LATER |WONTFIX --- Comment #2 from Konstantin Kolinko <[email protected]> 2011-01-10 18:56:01 EST --- Regardless of this option, the original stderr and stdout should still go somewhere, so we cannot get rid of those streams being redirected externally by whatever runs Tomcat. In current versions of Tomcat there is "swallowOutput" option on Context [1], that will cause stderr and stdout of a webapp being caught and redirected to the proper logging subsystem -- for those webapps that are still using System.err and System.out. [1] http://tomcat.apache.org/tomcat-6.0-doc/config/context.html The <Logger> element is no longer used in the configuration. I am changing resolution of this issue from "RESOLVED LATER" to "RESOLVED WONTFIX". -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
