Hi, I am trying to run a command line from inside cocoon (2.0.3) hosted on tomcat (4.0.5) on a windows 2003 advanced server.
To do this i have created a new action which i call if the pattern matches. inside the action i am using Runtime.getRuntime().exec(cmdline); The error stream from the command tells me that it couldn't open one of the input files (actually an xml description of an mpeg). i tried running the same command from a simple java application from the same directory and it works perfectly. executing a simple application (without any command line params) from inside the action also works fine. so i thought the problem might be with the permissions, i gave all users full permission to all files inside my webapp. but still the problem persists. any suggestions? TIA, irfan. -- Department of Computer Science and Networks Ecole Nationale Superieure des Telecommunications 46, rue Barrault, Paris 75013 Phone: +33 (0)1 45 81 85 43 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
