May 9, 2002 #1 Mike2020 Programmer Joined Mar 18, 2002 Messages 55 Location 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 Joined Aug 16, 2001 Messages 22 Location 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