Hi,

I have now set up the Tomcat service to run as administrator (temporarily) but this doesn't resolve the problem.
I am now only trying to run notepad from the exec command:


Runtime runtime = Runtime.getRuntime();
Process proc = runtime.exec("C:\\WINDOWS\\system32\\notepad.exe");

This code works fine from a stand-alone program but not from Tomcat.

Could there be some security issue with the Tomcat security permissions?

Thanks,
Andy

_________________________________________________________________
Express yourself with cool new emoticons http://www.msn.co.uk/specials/myemo


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to