Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space FUNCTDEV and version SVC2021.1

...

Code Block
languagetext
titleSOAtest and Virtualize Licenses
license.network.use.specified.server=true
license.network.url=<URL forconnection.type=http
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. If your server uses the HTTPS protocol, prepend prepend https:// to  to the hostname in in license.network.host.

Code Block
languagetext
titleLicense for Virtualize Only
license.network.use.specified.server=true
license.network.connection.type=http
license.network.host=<hostname where License Server is deployed>
license.network.urlport=<URL<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

If your server uses the HTTPS protocol, prepend prepend https:// to the hostname in in license.network.host.

Code Block
languagetext
titleLicense for SOAtest Only
license.network.use.specified.server=true
license.network.connection.type=http
license.network.host=<hostname where License Server is deployed>
license.network.urlport=<URL<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

If your server uses the HTTPS protocol, prepend https:// to the hostname in   license.network.host.

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

...

Code Block
languagetext
license.network.use.specified.server=false
virtualize.license.use_network=true
soatest.license.use_network=true

dtp.url=<URLserver=<hostname where DTP is deployed>
dtp.port=<port number for DTP>your DTP deployment>
dtp.user=<username for account on DTP>
dtp.password=<password for account on DTP>

...

See Configuring Virtualize Server for details on license settings. For advanced configuration, see Advanced Server Configuration Options

...

Set the following property to accept the Parasoft End User License Agreement (please read the EULA at https://www.parasoft.com/license):

Code Block
titleEULA
parasoft.eula.accepted=true

Setting a License After Starting the Server

...

  1. Start the server and open the documentation for the preferences endpoint:

    http://<host>:<port>/soavirt/api/v6#!/preferences/preferencesPUT_config
     
  2. Click Try it out and enter your license settings as a JSON object into the New configuration input field. The documentation describes the structure of the valid objects. See the Example Requests for examples that you can copy and paste into the UI. 
    Image RemovedImage Added
  3. Click Execute to send the request. The response body will include the configuration settings with passwords removed:
    Image RemovedImage Added 
  4. Send a GET request to the status endpoint to verify the license has been set successfully:  

    http://<host>:<port>/soavirt/api#!/status/statusGET

    This will show information about the server host and the state of each license feature.

...