Verifying the ARR Setup

To verify that ARR was properly set up, 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 IIS URL at http://HOSTNAME, where HOSTNAME is the host name of the server. Add :PORT, where PORT is the IIS port, if your IIS port is not 80 (the default).
    You should see the IIS 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.