Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Entering the license key

Excerpt
namelicense

The license key is provided by KGS.

After successfully installing KGS DocumentRouter you may enter the license key in order to use DocumentRouter.

There are possibilities to configure the license key:

  1. via Apache Tomcat user interface

  2. via configuration file

1. Entering license key via user interface

To do so, please open the DocumentRouter web interface. Inside top menu, please click on OSGi → Configuration. Subsequently you will see a list of configurations.

By clicking on pencil-symbol in the row of Global DocumentRouter Configuration, a modal dialog with configuration items will be opened. Please enter the license key in the corresponding form field.

Opened “Global Documentrouter Configuration”-modal with highlighted “LicenseKey”-filed.

By clicking the Save button the dialog will be closed and the license key saved in the global DocumentRouter configuration.

2. Providing the license key inside global DocumentRouter configuration file

DocumentRouter also allows you to provide the license key via the global configuration file. Actually it is the same place where the UI will put the key.

Please follow these instructions:

  1. Stop DocumentRouter

  2. Go to <DocumentRouter installation directory>/conf/documentrouter

  3. Open the containing Global DocumentRouter Configuration.cfg by an editor

  4. Place your license key here: <entry key="License.License Key">Put your license key here</entry>

  5. Save the config file

  6. Restart DocumentRouter

Now, DocumentRouter will load the global configuration again and find the key.

...