...
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 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 feature for SOAtest. If your server uses the HTTPS protocol, prepend https://
to the hostname 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 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 https://
to the hostname 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 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.
...