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=16646>. 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=16646 LogHandler closes System.out Summary: LogHandler closes System.out Product: Axis Version: 1.1beta Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: Basic Architecture AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] org.apache.axis.handlers.LogHandler.logMessage method calls close() on its PrintWriter without consideration as to whether the writer is wrapped around System.out. After first use, the servlet container log file is close (catalina.out), and no further logging can be captured from anywhere logging calls are used.