1. Open the License Server home page.
  2. Choose General> License Server Configuration and configure the settings.


The following settings are available:

License Server Port

Displayed by default after the default installation.  You must restart License Server if you change the port. Run the stopLS and startLS scripts, respectively.

Clients should start deactivatedEnabling this option forces connected Parasoft tools to start deactivated. See the Parasoft tool documentation settings for additional information.
Concurrent connections limitThis option sets maximum number of tool requests (connections to License Server) that can be processed concurrently. By default, it is set to 100.
Log cleaningSpecify how many days logs are stored before automatically being removed from database.
Use log files from the locationSpecifies where access logs are stored. The default path is recommended. If you reconfigured the log file access location, specify that path to point License Server appropriately. This allows License Server to remove old logs.

Enabling Logging for V2 Licensing

A beta version of Parasoft's updated licensing services was introduced in 2021.1. Logging for the v2 licensing is disabled by default, but you can enable licensing by modifying the ls.conf file located in the<LS_DATA>/LicenseServer/conf directory.

  1. Stop License Server  and open the ls.conf file.

  2. Add the following elements to the <Root> element to enable logging:

        <LicenseCoreLog>
            <validator_log_enabled>true</validator_log_enabled>
            <generator_log_enabled>true</generator_log_enabled>
        </LicenseCoreLog>
  3. Restart the server.

Setting the value of the <validator_log_enabled> element to <true> enables the license_validator.log file to be generated. Setting the value of the <generator_log_enabled> element to <true> enables the license_generator.log file to be generated. The log files will appear in the<LS_DATA>/logs directory.

  • No labels