https://issues.apache.org/bugzilla/show_bug.cgi?id=45452


Jonathan Leech <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[EMAIL PROTECTED]
             Status|NEW                         |RESOLVED
         Resolution|                            |INVALID




--- Comment #3 from Jonathan Leech <[EMAIL PROTECTED]>  2008-07-23 08:56:29 PST 
---
This is obviously not a Tomcat bug. You are not running the application the
same way when running from within Tomcat and standalone. The culprit here is
Sun Microsystems and their impossible to understand interface for rt.exec().
Every single developer on the planet makes the same mistake you did and doesn't
properly capture the output of the process. You've got a buffer, likely your
System.out or System.err, that fills up. Your app is blocked trying to write to
the buffer. There are tutorials / examples all over the web on how to properly
exec a process from Java.


-- 
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]

Reply via email to