Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

SettingPurpose
soatest.license.use_network=true|false

Determines whether SOAtest retrieves its license from LicenseServer.

Example: soatest.license.use_network=true

Default: true

soatest.license. network.host=[host]

Specifies the machine name or IP address of the machine running LicenseServer Configuration Manager. 

Example: soatest.license.network.host=10.9.1.63

soatest.license.network.port=[port]

Specifies the LicenseServer port number. 

Example: soatest.license.network.port=2222

Default: 2002

soatest.license.network.edition=[edition_name]

Specifies the type of license to retrieve from License Server. 

[edition_name] can be server_edition. To use a custom edition, do not set anything after the "="; simply leaving the value empty.

Example:

soatest.license.network.edition=desktop_edition

soatest.license.network.edition=server_edition

Default: custom_edition

soatest.license.autoconf.timeout=[seconds]

Specifies the maximum number of seconds to wait for the license to be automatically configured from LicenseServer.

Default: 20

soatest.license.local.expiration=[expiration]

Specifies the local license that you want to use.

Default: 0

soatest.license.local.password=[password]Specifies the local password that you want to use. 
soatest.license.wait.for.tokens.time=[time in minutes]

Specifies how long to wait for a license if a license is not currently available. 

Example:

soatest.wait.for.tokens.time=3.

Default: 0

...