Previous Topic: How to Complete the Web Interface InstallationNext Topic: Configure the Web Interface Settings


Start the Web Interface Instance

Start the Web Interface from the internet browser using the following URL:

http://host-name/webapp-name
host-name

Specifies the name of your application server host computer.

webapp-name

Specifies the name of your Web Interface application instance.

If your application server requires a port number in the URL, add the :port number after the server name in the URL. For example:

http://host-name:port/webapp-name

See your application server documentation to determine if your application server requires a port number in the URL.

The URL is case sensitive.

Apache Tomcat uses the default port of 8080. Check your application server settings for the correct default port number.

Important! Do not use the same port number for the Apache Tomcat and Oracle (or SQL Server) database servers. By default, the Apache Tomcat server uses port 8080, and if the Oracle (or SQL Server) database also uses the same port, then an error results.