At least, doing so you should be able to test you are doing things well. We have developed a service (an internal project, not Tomcat related), and it's able to execute any program, including shells.
Check the security policy used by your Tomcat service. Perhaps you are not allowed to call the Runtime.exec() method. ----- Original Message ----- From: "Jacob Kjome" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, November 25, 2002 5:29 PM Subject: Re: Tomcat NT Service & Runtime.exec() For each NT service, there is an option called "Allow service to interact with desktop" under Properties / Log On. Check that option and what you ask for should work just fine. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
