This topic describes the steps you must take if you need
to change the default HTTP port number.
To change the HTTP port number, follow these steps:
- Log on to Rational® Quality Manager as
a user with JazzAdmins repository permissions.
- Click Admin, and then click Jazz
Server Administration.
- Click Advanced Properties.
- In the browser, click or press Ctrl+F.
- Type 9080 and click OK.
- In com.ibm.team.repository.service.internal.webuiInitializer.ConfigPropertyInitializer,
click Edit.
- Change the HTTP port from 9080 to 9081.
- Change the HTTPS port from 9443 to 9444.
- Scroll to the top of the page and click Save.
- Log out of Rational Quality Manager and
shut down the server.
- Edit the Rational Quality Manager Start
menu alias.
Rational Quality Manager provides
a start menu option that launches a browser with the default URL pre-populated.
Follow these steps to configure the start menu to use the host alias
that you just created and the new port number that you assigned:
- Click .
- Right-click IBM Rational Quality Manager and
select Properties.
- Change the URL to https://RQM:9444/jazz/web/console/QM.
- Click OK to save your changes and close
the window.
- Change the port numbers in the Tomcat server.xml file.
- Navigate to the tomcat\conf directory where Rational Quality Manager is
installed.
- Open server.xml for editing.
- Change Server port="9005" to "9006" (Server port="9006" shutdown="SHUTDOWN").
- Find and replace all instances of 9080 with 9081.
- Find and replace all instances of 9443 with 9444.
- Find and replace 9009 with 9010.
- Save and close the server.xml file.