Hi,
We have a requirement wherein an IS needs to send requests to a java client running on a remote machine. If the client is down, the IS would know, and it would need to restart this client. Could someone please tell me how to start a java client on a remote machine?
One way I was thinking of involves a java service that would invoke a shell script on a local machine. This shell script would login to the remote machine and invoke a shell script on it which would start the java client on the remote machine.
Is there a cleaner way to achieve this?
Thanks,
Prashanth
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services