May 9, 2002 #1 Mike2020 Programmer Mar 18, 2002 55 US Hi: How can I use Java code to Ping the IP address of a server to make sure that the web server is on. Thank you so much
Hi: How can I use Java code to Ping the IP address of a server to make sure that the web server is on. Thank you so much
May 10, 2002 #2 Krogh Programmer Aug 16, 2001 22 CH your web service could be down and the server will answer to a ping anyway... you should make a http request and check the http answer header Upvote 0 Downvote
your web service could be down and the server will answer to a ping anyway... you should make a http request and check the http answer header