The integration zip file contains a server
side component called "synergyLinkType". This needs to be installed at the Rational
Team Concert server. The component is in the form of an update site and the
directory structure of this site looks like this -
synergyLinkType
|____features
| |____LinkTypeFeature_2.0.0.jar
|____plugins
|
|____com.ibm.rational.synergy.integration.rtcbridge.linktypeplugin_2.0.0.jar
|____site.xml
Follow these steps to
install the server side component –
o
Start Rational Team Concert Server
o
Using a web browser go to the URL http://<RTCServer>:<Port>/ccm/admin/cmd/requestReset.
Where RTCServer is the name or IP address of your RTC server and Port is the
port. Example https://usir-cq.dev.ratlcore.ibm.com:9443/ccm/admin/cmd/requestReset
o Login and you will get a message saying "The Jazz Server has been flagged to reset and reload from the configured update-site when it is next restarted".
o
Close the browser and shut down the RTC server.
o
Place the update site synergyLinkType
into RTC server installation directory
<RTCinstallDir>\server\conf\ccm\sites
o
Go to <RTCinstallDir>\server\conf\ccm\provision_profiles
o
Copy profile.ini and paste it in the same directory, then rename the
file to synergyLinkType-profile.ini
o
Open the synergyLinkType-profile.ini
and edit the url and featureid as shown below:
url=file:ccm/sites/synergyLinkType
featureid=com.ibm.rational.synergy.integration.rtcbridge.synergylinktypefeature
Note:
you can get the featureid from the site.xml
o
Start RTC server