Page tree

Versions Compared

Key

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

A license is required to use Parasoft SOAtest and Virtualize Server. If you have access to the machine where the WAR is deployed, you can edit the <SOAVIRT_HOME>/WEB-INF/config.properties file to configure your license settings before launching the server. If you do not have access to the file or are configuring the server as part of an automated process, you can use the REST API set license settings. 

...

titleSeparate licenses are required for SOAtest- and Virtualize-enabled functionality

The Virtualize module of the server provides communication with Continuous Testing Platform, remote management, and access to the REST API. A Virtualize license is required to access this set of functionalities. 

The SOAtest module of the server provides the ability to execute tests. A SOAtest license is required

...

to access this functionality.

At a minimum, you need at least one product license to use the server. 

In this section:

Table of Contents
maxLevel1

...

Configure the following settings to use a license from License Server:

Code Block
languagetext
titleSOAtest and Virtualize Licenses
license.network.host=<hostname where License Server is deployed>
license.network.port=<port number for your License Server>

virtualize.license.use_network=true
virtualize.license.network.edition=performance_server_edition
virtualize.license.custom_edition_features=<comma-separated list of features>
virtualize.license.enabled=true

soatest.license.use_network=true
soatest.license.network.edition=server_edition
soatest.license.custom_edition_features=<comma-separated list of features>
soatest.license.enabled=true

Contact your Parasoft representative to determine the type of license your organization has purchased (e.g., server_edition). If you are using a custom edition, you need to at least specify the Service Enabled feature for Virtualize and/or the Server API Enabled feature for SOAtest.

Code Block
languagetext
titleLicense for Virtualize Only
license.network.host=<hostname where License Server is deployed>
license.network.port=<port number for your License Server>

virtualize.license.use_network=true
virtualize.license.network.edition=performance_server_edition
virtualize.license.custom_edition_features=<comma-separated list of features>
virtualize.license.enabled=true

soatest.license.enabled=false
Code Block
languagetext
titleLicense for SOAtest Only
license.network.host=<hostname where License Server is deployed>
license.network.port=<port number for your License Server>

virtualize.license.enabled=false

soatest.license.use_network=true
soatest.license.network.edition=server_edition
soatest.license.custom_edition_features=<comma-separated list of features>
soatest.license.enabled=true

See Server Configuration for additional information. For advanced configuration, see Advanced Server Configuration Options.

Using a DTP License

SOAtest and Virtualize Server supports licenses from Parasoft Development Testing Platform. Configure the following settings to use a license from DTP:

...