...
Code Block | ||||
---|---|---|---|---|
| ||||
license.network.use.specified.server=true license.network.connection.type=http license.network.host=<hostname where License Server is deployed> license.network.port=<port number for yoururl=<URL for 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 | ||||
---|---|---|---|---|
| ||||
license.network.use.specified.server=true license.network.connection.type=http license.network.host=<hostname where License Server is deployed> license.network.port=<port number for yoururl=<URL for 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 | ||||
---|---|---|---|---|
| ||||
license.network.use.specified.server=true license.network.connection.type=http license.network.host=<hostname where License Server is deployed> license.network.port=<port numberurl=<URL 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 | ||
---|---|---|
| ||
license.network.use.specified.server=false virtualize.license.use_network=true soatest.license.use_network=true dtp.serverurl=<hostname where DTP is deployed> dtp.port=<port number for your DTP deployment><URL for DTP> 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.
End User License Agreement Acceptance
Set the following property to accept the Parasoft End User License Agreement (please read the EULA at https://www.parasoft.com/license):
Code Block | ||
---|---|---|
| ||
parasoft.eula.accepted=true |
Setting a License After Starting the Server
...
- Start the server and open the documentation for the
preferences
endpoint:http://<host>:<port>
/soavirt/api/v6#!/preferences/preferencesPUT_config
- 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.
- Click Execute to send the request. The response body will include the configuration settings with passwords removed:
- 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.
...