Make Rational Team Concert URLs behave

When Rational Team Concert sends email, or show a dependency link to another work item, it uses the hostname in the URL. Imagine that I installed Rational Team Concert in a sandbox server in our intranet, and without any need to register the sandbox server to the DNS. When RTC server sends email, and clicked by any of our programmers, the URL pops up with the hostname - but of course the hostname is not registered in the DNS so we have server not found error.

Recent googling turned out this IBM page that may be of assistance. And I use the /jazz variation of the URL, even tough the page says otherwise. Here is the excerpt from the page :

  1. Open a browser and log in as a member of the JazzAdmins group to the Admin Web UI on the Jazz Team Server:
    • For IBM® Rational® Team Concert, typically the URL for the Admin Web UI is https://host-name:9443/rtc/admin. In the Admin Web UI, click the Server tab.
    • For IBM Rational Quality Manager, typically the URL for the Admin Web UI is https://host-name:9443/rqm/admin. In the Admin Web UI, click the Server tab.
    • For IBM Rational DOORS Requirements Professional, typically the URL for the Admin Web UI is https://host-name:9443/jazz/admin. In the Admin Web UI, click the Server tab.
  2. In the Configuration pane, click Advanced Properties.
  3. Search for Public URI Root.
  4. In com.ibm.team.repository.service.internal.ServerDescriptionService, click Edit.
  5. In the Public URI Root property at the Current Value field, enter the URL
In the URL to be entered, I use https://10.2.3.4:9443/jazz (where 10.2.3.4 is the sandbox server's IP address)

Comments

Popular posts from this blog

Long running process in Linux using PHP

Reverse Engineering Reptile Kernel module to Extract Authentication code

SAP System Copy Lessons Learned