Is it possible to run command line on a remote machine (not on the server machine where the application is hosted).
I understand Runtime.getRuntime().exec("..");
will try to run the script on the server machine. Is my understanding correct and is there a way to achieve what I need?