In this section:
dtp.url
This setting specifies the URL to your DTP server.
The default port numbers for DTP are:
8443
for https://8080
(on Linux) and80
(on Windows) for http://
If DTP is deployed to a location other than the root of the host server, the URL should include a context path (a relative path from the host name). This may be the case if your organization uses a reverse proxy. Refer to the DTP documentation for additional information about reverse proxy server configuration and context path configuration.
Acceptable Values
[URL] | The URL to your DTP server. |
---|
Example Usage
dtp.url=https://ada.mycompany.com:8443
In this example, the URL includes a context path:
dtp.user
This setting specifies the username for authentication on the DTP server.
Acceptable Values
[username] | The username for DTP server authentication. |
---|
Example Usage
dtp.user=johnsmith
dtp.password
This setting specifies the password for authentication on the DTP server. We highly recommend that you use an encoded password to ensure successful authentication and increase the level of security; see Creating an Encoded Password.
Acceptable Values
[password] | The password for DTP server authentication. |
---|
Example Usage
dtp.password=pSm3p?Aaak2#
dtp.project
This setting specifies the name of the DTP project that you want to link to. The generated data will be associated with this project.
Acceptable Values
[project_name] | The name of a project in DTP. |
---|
Example Usage
The following configuration will associate the results sent to DTP with the project called "common":
dtp.project=common
dtp.autoconfig
This setting enables or disables automatic configuration with settings that are stored on the DTP server.
Acceptable Values
true | dotTEST is configured with the settings stored on DTP. |
---|---|
false | Default. The settings stored on DTP are not applied. |
Example Usage
The following configuration disables automatic configuration with settings stored on DTP:
dtp.autoconfig=false
dtp.share.enabled
This setting enables or disables connection to the deprecated Team Server.
Acceptable Values
true | Connection to Team Server is enabled. |
---|---|
false | Default. Connection to Team Server is disabled. |
Example Usage
The following configuration enables connection to Team Server.
dtp.share.enabled=true