What is the HTTP Server?

The HTTP server provides the interface to servlet-type services. The HTTP server supports HTTP (port number: 8000). A Servlet-type service has a relative URL associated with it. The service name is defined when the service is developed, and an end user cannot change the URL. The HTTP server manages the service name and makes a request to the URL that is forwarded to the service.