
- Forum
- Programming Talk
- Java
- Check HTTP Server
Check HTTP Server
This is a discussion on Check HTTP Server within the Java forums, part of the Programming Talk category; I want to know how can I check whether my HTTP Server / Web Server is up and running or ...
-
Check HTTP Server
I want to know how can I check whether my HTTP Server / Web Server is up and running or not?
-
You can determine if the HTTP Server / Web Server is up and running or not by one or more of the following methods:
1. By making use of Ping / Telnet Commands
2. By accessing the URL http:// server_name from a browser
3. Check the services that are running in IIS or Apache and look for the service named "Web Server Application"

Reply With Quote





