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=13423>. 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=13423 Tomcat freezes if started via Runtime.exec() ------- Additional Comments From [EMAIL PROTECTED] 2003-02-10 00:20 ------- Pure speculation: Tomcat is printing to Standard output/error and you have not retrieved the InputStream from the Process object. Tomcat is blocked on a write to standard out because it filled the buffer, which is your freeze. If this is the case: You could call close() on your Process's InputStream and see what happens or add a Listener to tomcat that closes or redirects standard output/error using System.setOut() and System.setErr(). --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]