I've setup a CF Probe on my Development Server to ensure my CF Production
server is up and running (services = Apache and CF Application Server). It
checks the PROD login page and if it times out in 30 sec the probe fails. I
understand I can execute a file (batch file with net start and net stop) but
the problem is I need to have the probe somehow point to the .bat file on the
PROD server and not on the local machine. How can I remotely access this batch
file and execute it? I don't know how to point to the file on the other
server... can anyone help?