All TDM components are installed as part of the CTP installation process.

To populate TDM with the desired set of Parasoft data repository servers, edit the startup script for each server you want connected as follows:

  1. Open the appropriate startup script for that server (server.sh or server.bat).
  2. Below the line that reads "Set this variable to register with tdm," enter the URL for your team’s CTP installation. For example, the edited portion of the script might read 
    # Set this variable to register with tdm, eg. https://host:port
    TDM=http://localhost:8080
  3. Below the line that reads "Credentials to use to connect to TDM," enter credentials for a CTP account that has admin or system privileges. For example, the edited portion of the script might read 

    # Credentials to use to connect to TDM
    T_PASS=admin
    T_USER=admin
  • No labels