Note: This information only applies to TestTrack 2008.2 and later.
If you customize TestTrack Web pages and the TestTrack CGI is configured to allow access to multiple TestTrack Servers, you need to make the following changes to the customized pages.
Add the following tag to the hidden fields section of any forms:
If the page contains JavaScript that includes hyperlinks, add the server name variable to the URLs. For example:
<a href="%CGIB%?command=Logout%cookie=%COOK%&ServerName=%SERVERESC%" title="Quit TestTrack Server Admin"></a>
To allow SoloSubmit to connect to other TestTrack Servers besides the default server, add the following variable after the hidden fields section of the defect submission form:
%SERVERNAME%
Note: Use %SERVERNAME% anywhere the server name should not be escaped for HTML.