Note: This information only applies to TestTrack 2008.2 and later.
If your web server is configured to allow access to multiple TestTrack Servers from a single CGI, you can specify the server to connect to in URLs for RSS feeds. If you do not specify a server, the URL connects to the default TestTrack Server configured on the web server.
SERVERADDR and SERVERPORT parameters
Add the SERVERADDR and SERVERPORT parameters to connect to a specific TestTrack Server computer based on the IP address.
For example, the following URL connects to the Seapine project on a TestTrack Server hosted on the computer with 123.456.789.101 as the IP address on port 1566:
http://localhost/cgi-bin/ttpubdata.exe?command=rss&serveraddr=123.456.789.101&
serverport=1566&project=Seapine&filterID=28&linktype=http
The SERVERADDR and SERVERPORT parameter must both be specified. An error is returned if one of the values is missing.
SERVERNAME parameter
Add the SERVERNAME parameter to connect to a specific TestTrack Server computer based on the server name configured on the web server. The name is configured using the TestTrack Registry Utility.
For example, the following URL connects to the Seapine project on the 'Development' TestTrack Server:
http://localhost/cgi-bin/ttpubdata.exe?command=rss&
servername=Development&project=Seapine&filterID=28&linktype=http