...
Table of Contents | ||
---|---|---|
|
Using a Machine-locked License
Configure the following settings to use a local license:
Code Block | ||
---|---|---|
| ||
virtualize.license.use_network=false
virtualize.license.local.password=<password sent to you from Parasoft>
soatest.license.use_network=false
soatest.license.local.password=<password sent to you from Parasoft> |
Encoding Your Password
A user name and password is required to request a license from License Server or DTP for SOAtest and Virtualize Server. We strongly recommend encoding your password to ensure successful authentication and a secure connection. You can encode your password by running a command line instance of SOAtest or Virtualize with the -encodepass
flag. The command line tool will generate an encoded string that you can use in the configuration file. Examples:
soatestcli.exe -encodepass <your_password>
virtualizecli.exe -encodepass <your_password>
The command line tool will generate an encoded string that you can use in place of the password property in the SOAtest and Virtualize Server configuration file.
See CLI Options for additional information. See Server Configuration for details on license settings. For advanced configuration, see Advanced Server Configuration Options.
Using a License Server License
...
Code Block | ||
---|---|---|
| ||
license.network.use.specified.server=false virtualize.license.use_network=true soatest.license.use_network=true dtp.server=<hostname where DTP is deployed> dtp.port=<port number for your DTP deployment> dtp.user=<username for account on DTP> dtp.password=<password for account on DTP> |
Using a Machine-locked License
Configure the following settings to use a local license:
Code Block | ||
---|---|---|
| ||
virtualize.license.use_network=false
virtualize.license.local.password=<password sent to you from Parasoft>
soatest.license.use_network=false
soatest.license.local.password=<password sent to you from Parasoft> |
See Server Configuration for details on license settings. For advanced configuration, see Advanced Server Configuration Options.
Setting a License After Starting the Server
...