During the installation of the
StarTeam Server, Apache Tomcat is installed. The default port number is 9090. If you need to change this value, you will also have to change a few configuration files to keep the services synchronized.
Open the
Microsoft WindowsComponent Services window.
Stop the
Starteam Search Web Service 15
service.
Navigate to the
conf folder in the Apache Tomcat installation directory (
C:\Program Files\Micro Focus\StarTeam Server <version #>\WebServer\conf).
Open
server.xml for editing. Look for the following element:
Open the
starteam-server-configs.xml file found in
C:\Program Files\Micro Focus\StarTeam Server <version #>.
For each configuration that uses search, locate the following item:
RESTServicePort. If the option is not there, add it:
<option name="RESTServicePort" value="9090"/
Change the value from
9090 to the new value that will match the Apache Tomcat value.