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).
...
To configure the network license, specify the following settings in the .properties
file:
Set the
jtest.license.use_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 1.
Local License
To configure the local license, specify the following settings in the .properties
file:
Set the
networkjtest.license.use_
network
property tofalse
.Set the
jtest.license.local.password
property with your password.
...