Windows
- Install the folder com.ni.rqm.adapter.web.site anywhere on the server you wish. It is recommended not to install it inside the IBM directory to prevent any potential conflict with the add/remove/update of IBM software.
- Install the file com.ni.rqm.adapter.web.ini to C:\Program Files\IBM\JazzTeamServer\server\conf\qm\provision_profiles
If your QM install is not on the QM path, this could be a different path like server/conf/jazz/provision_files
- Edit the file com.ni.rqm.adapter.web.ini. Replace the first line's path to the com.ni.rqm.adapter.web.site folder on your server. For example, url=file:C:\\NI\\com.ni.rqm.adapter.web.site
The double slashes are required.
Note: When using RQM 6.0 or higher the url format has changed to the following:
url=file:///C:/rqmni/com.ni.rqm.adapter.web.site
- Reset the RQM application by visitng https://<server>:9443/qm/admin?internal#action=com.ibm.team.repository.admin.serverReset
- Stop the Jazz Team Server
- Start the Jazz Team Server
Linux
- Install the folder com.ni.rqm.adapter.web.site anywhere on the server you wish. It is recommended not to install it inside the IBM directory to prevent any potential conflict with the add/remove/update of IBM software.
- Install the file com.ni.rqm.adapter.web.ini to /opt/IBM/JazzTeamServer/server/conf/qm/provision_profiles
if your QM install is not on the QM path, this could be a different path like server/conf/jazz/provision_files
- Edit the file com.ni.rqm.adapter.web.ini. Replace the first line's path to the com.ni.rqm.adapter.web.site folder on your server. For example, url=file:/opt/NI/com.ni.rqm.adapter.web.site
The double slashes are required.
- Reset the RQM application by visitng https://<server>:9443/qm/admin?internal#action=com.ibm.team.repository.admin.serverReset
- Stop the Jazz Team Server
- Start the Jazz Team Server