RE: System call problem on Tomcat /security issue

2002-11-14 Thread Uwe Kolsch
System.err.println(e.getMessage()); } catch (InterruptedException e) { System.err.println("Interrupted Exception raised: " + e.getMessage()); } } -Original Message- From: Richard Wong [mailto:[EMAIL PROTECTED]] Sent: 15 November 2002 05:42 AM To: [EMAIL PRO

Re: System call problem on Tomcat

2002-11-14 Thread vivek baliga
t; <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, November 15, 2002 11:12 AM Subject: RE: System call problem on Tomcat > We are still stuck with the problem. Can someone kindly help? > > -Original Message- > From: Richard Wong [mailto:[EMAIL PROTECTED]]

RE: System call problem on Tomcat

2002-11-14 Thread Richard Wong
We are still stuck with the problem. Can someone kindly help? -Original Message- From: Richard Wong [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 12, 2002 10:35 PM To: [EMAIL PROTECTED] Subject: System call problem on Tomcat Dear Sir/Madam, I have written a

System call problem on Tomcat

2002-11-12 Thread Richard Wong
Dear Sir/Madam, I have written a servlet that will make a system call using following statement: Runtime.getRuntime().exec("ls"); The servlet failed (even cause tomcat to shutdown) and the following error occurs: StandardServer.await: accept: java.net.SocketExcep