Re: Running external processes...

2003-09-10 Thread Christopher St. John
Martin Mauri wrote: I'm building a webapp with JSP and I need to run an external shell process on Linux...I don't know if this is implemented by the Servlet/JSP API , can I call it in the normal way like "System.exec()"?? or it won't worj? It depends on the security settings. Out of the box on To

RE: Running external processes...

2003-09-10 Thread Shapira, Yoav
Millennium ChemInformatics >-Original Message- >From: Martin Mauri [mailto:[EMAIL PROTECTED] >Sent: Wednesday, September 10, 2003 11:37 AM >To: Tomcat Users List >Subject: Running external processes... > >Hi, > >I'm building a webapp with JSP and I need to r

Running external processes...

2003-09-10 Thread Martin Mauri
Hi, I'm building a webapp with JSP and I need to run an external shell process on Linux...I don't know if this is implemented by the Servlet/JSP API , can I call it in the normal way like "System.exec()"?? or it won't worj? thanks! Martin ---