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