Shinde, Vijay wrote:
I was trying following command
sshexec host="servername"
username="antuser"
password="Password1"
command="NET STOP IIS Admin Service" />
It Is throwing connection refused error.
better run SSH then, hadnt you?
Connection refused means there is
I was trying following command
sshexec host="servername"
username="antuser"
password="Password1"
command="NET STOP IIS Admin Service" />
It Is throwing connection refused error.
Thanx & Regards,
Vijay Shinde,PMP
eHARS Application Architect/Application Development Lead,
CI
Hello,
This is more of an question related to Microsoft Admin tools, not ANT build
tool !!!
But, since I work with Windows Boxes I might be able to help you.
Take a look at the sc.exe executable for starting/stopping/managing Windows
Services (local and remote)
later,
Ninju
- Original