How to Run a batch file in a Remote machine Using ANT??
- by ragz
I want to run a batch file in a remote machine using ANT. The purpose of this is it solves many tasks once it's done. Some of them are
we can resart a server(Jboss,weblogic,Tomcat,etc)
we can run an ant script in a remote machine
...and so on. With all those commands present in the batch file of a remote machine, this could be executed easily.
Is there a way to achieve to achieve this, please and kindly if any one do know provide a reply with example code
I hope the answer to this question perhaps useful for many people
Thanks in advance StackOverflow