Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Published by Scroll Versions from space LSDEV and version 2024.1

...

  1. Stop License Server by running, as an administrator, the stopLS script located in the <LS_INSTALL>/app directory.
  2. Open the ls.conf file located in the <LS_DATA_DIR>/LicenseServer/conf directory.
  3. Add an <enbabled>false<<enabled>false</enabled> element to the <Server> element:

    Code Block
    languagexml
    <?xml version="1.0" encoding="UTF-8"?>
    <Root>
        <Server>
            <enabled>false</enabled>
            <port>2002</port>
            <concurrent_connections_limit>100</concurrent_connections_limit>
            <soap_administration_enabled>true</soap_administration_enabled>
            <start_deactivated>true</start_deactivated>
        </Server>
        ...
    </Root>
  4. Save the file and restart License Server by running, as an administrator, the startLS script located in the <LS_INSTALL>/app directory.