To verify that ARR was properly set up, 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 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.
- Access the JSP date example Web page at http://HOSTNAME/examples/jsp/dates/date.jsp.
- You should see the current date and time.