DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12931>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12931 Catalina eats System.out.println() ------- Additional Comments From [EMAIL PROTECTED] 2002-09-25 16:11 ------- The capturing of System.out is done so that in a virtual hosting environment all output related to a web application is directed to the context log for that webapp. System.out is captured here for when load on startup servlets are instantiated. It is also captured for every web application request, but only if the Context config attribute named swallowOutput is set to false by default. If a test of the swallowOutput flag is not being done in this code, it should be added. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>