To verify that your integration was properly configured, access a number of URLs.
Procedure
- Open an Internet browser.
- 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.
- 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.
- Access the JSP date example Web page at http://HOSTNAME/examples/jsp/dates/date.jsp.
- You should see the current date and time.