Previous Topic: How You Use the Notification Website

Next Topic: Overview of the Notification Website


Connecting to the Notification Website

Use your web browser to connect to the Notification Website. The format of the URL is:

http://webserverhost:port/context/default.jsp
webserverhost

Specifies the host name of the machine running the Java Servlet environment used to host the Notification Website. This host name must be the fully qualified host name as returned by the DNS server at your site.

port

Specifies the TCP/IP port number used by the Java Servlet environment to accept page requests. If you installed and configured the Java Servlet environment shipped with CA Automation Point, 8080 is the default port number used for these requests.

context

Specifies the context name (or servlet context) where the Notification Website was installed in the Java Servlet environment. By default, the context name used by the Notification Website is caapnfy.

Example:

You plan to install the Java Servlet environment shipped with CA Automation Point on the same machine as Notification Manager; the fully qualified host name of this machine is appgh1.ca.com; the context name is not changed from the default value; and the Java Servlet environment is not modified to change the default TCP/IP port number.

Under these conditions, the following URL would be used to launch the Notification Website home page:

http://appgh1.ca.com:8080/caapnfy/default.jsp