2. Testing the AccuRev® Web Interface Installation : Troubleshooting Tomcat Issues

Troubleshooting Tomcat Issues
The following issues might arise during the Web UI installation and testing process.
By default, Tomcat attempts to bind to port 8080 at startup. To change this value, open <CATALINA_HOME>\conf\server.xml, and search for 8080. Change that number to a port (higher than 1024) that is not in use. Save your changes and restart Tomcat.
When the Tomcat server starts, it binds two ports (HTTP and Server Shutdown), which are configurable in <CATALINA_HOME>\conf\server.xml. These bindings prevent more than one instance of the Tomcat server from starting unless each instance is configured to run on a separate port. The details of configuring multiple Tomcat server instances are beyond the scope of this document.
(Windows users) Follow these instructions to set the default JRE or JDK:
1.
The Configuration dialog box appears.
2.
3.
Click OK to save the change.
(Linux users) Check that the jre_home (if using the JRE) or java_home (if using the full JDK) environment variable indicates the version specified in Setting Up the Java Environment.

Micro Focus