Child pages
  • How to: Configuration of Licenses Server


To configure TOTVS | Application Server such as TOTVS | License Server, add section [licenseServer] to configuration file of TOTVS | Application Server.

How to configure TOTVS | License Server

  1. Edit TOTVS | Application Server configuration file that will be the licenses server (TOTVS | License Server).

  2. Add the following section and key: 

    [licenseServer]
    enable=1
    port=5555



  3. Save configuration file

  4. Start TOTVS | License Server

How to set other services of  TOTVS | Application Server using the licenses

  1. Edit TOTVS | Application Server configuration file that will be the licenses server (TOTVS | License Server).

  2. Add the following section and keys: 

    [licenseClient]
    server=192.16.01.12
    port=5555



     The key server indicates the IP name or address of the server in which the TOTVS | License Server was set.
     The port key indicates the port used in TOTVS | License Server configuration.

  3. Save configuration file

  4. Start TOTVS | License Server

    Important

    In environments of high availability, TOTVS | License Server must be set in a second instance (a separate service), even if it is in the same hardw