In this section:

dtp.url

This setting specifies the URL to your DTP server.

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

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

Jtest is configured with the settings stored on DTP.

falseDefault. The settings stored on DTP are not applied.

Example Usage

The following configuration disables automatic configuration with settings stored on DTP:

dtp.autoconfig=false


  • No labels