By default, the host machine running the Tomcat Server maps to a single machine running the AccuRev Server. You provide users with access to AccuRev by providing them with the URL to the Tomcat Server. See Setting Up End Users for more information on this topic.
• host_name:port is the URL used to access the machine on which the Tomcat Server is running, and the port on which Tomcat is listening. The default Tomcat Server port is 8080.
• server:port is the URL of the machine on which the AccuRev Server is running, and the port on which AccuRev is listening. The default AccuRev Server port is 5050.Examples of host_name values include:The following example shows how the <serverMap> element in the wui_config.xml file is used to specify alternate host mappings to the same AccuRev Server:To modify the wui_config.xml file to specify one or more host machine-AccuRev Server mappings:
2. Navigate to the .accurev subdirectory under the home directory of the user running Tomcat:
•
• (Linux users) The user’s login directory
3. Check the .accurev subdirectory for a customized version of wui_config.xml. If there is no file by that name, copy <CATALINA_HOME>\webapps\accurev\wui_config.xml, where <CATALINA_HOME> is the Tomcat installation directory, to the .accurev subdirectory.
4. Edit the <serverMap> element:Note that you can specify as many <serverMapEntry> elements as needed for your environment.
5. Save the wui_config.xml file.
Micro Focus |