You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "Chohan, DB (Dharmesh)" <D....@dl.ac.uk> on 2002/04/09 15:03:54 UTC

Running java exec() on web service

Hi,

I am trying to run the following command from a java web service file (jws),
on windows
	java.lang.Process proc = runtime.exec("c:/dir");

I keep on getting "CreateProcess: c:/dir error=2"

Does anyone know whether exec() commands are supported in axis or know of a
solution.

Thanks 
Dharmesh