Verifying the Apache HTTP - Apache Tomcat Integration

To verify that your integration was properly configured, access a number of URLs.

Procedure

  1. Open an Internet browser.
  2. Access the Tomcat URL at http://HOSTNAME:PORT, where HOSTNAME is the host name of the server and PORT is the port number (defaults to 8080).
    You should see the Tomcat home page.
  3. Access the Apache HTTP URL at http://HOSTNAME, where HOSTNAME is the host name of the server. Add :PORT, where PORT is the Apache HTTP port, if your port is not 80 (default).
    You should see the Apache HTTP home page.
  4. Access the JSP date example Web page at http://HOSTNAME/examples/jsp/dates/date.jsp.
  5. You should see the current date and time.