Jtest DTP Engine can run on either a local or a network license. The license type can be configured in the .properties
configuration file in the INSTALL_DIR
(or another location; see Configuration Overview for details).
...
Set the
jtest.license.use_network
network
property totrue
.Set the
jtest.license.network.type
.Set the
jtest.license.network.edition
.- Ensure that the connection with DTP is configured; see Connecting to DTP.
...
To configure the local license, specify the following settings in the .properties
file:
Set the
jtest.license.use_network
property tofalse
.Set the
jtest.license.local.password
property with your password.
...