Hi,
I need to check if a web page hosted on a remote server via tomcat is deployed or not.There may be a case where the page is not deployed and I need to capture this. I've tried with URL connection but I guess that is only useful for verifying if tomcat is up or down on the remote system.
How can I go about verifying whether the page is deployed or not ?
Thanks in advance, Fell