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

To populate TDA 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 TDA," 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 TDA, eg. https://host:port
    TDA=http://localhost:8080
  3. Below the line that reads "Credentials to use to connect to TDA," 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 TDA
    T_PASS=admin
    T_USER=admin
  • No labels