- Documentation
- Configuration Property Overview
- License Key Properties
License Key Properties Overview |
||||||||||||||||||||
Standard and Professional Editions of the Java Service Wrapper are activated by a set of License Keys. The License Keys are required to be set in the License Key Property included as part of the Wrapper's configuration file.
|
License file in Cascading Configuration File |
||
It is often desirable to place the Wrapper License Key properties in a file other than the wrapper.conf. This can be done easily by making use of the "include file" (cascading style) functionality of Configuration files. It is suggested that the License Key properties be placed in a file called wrapper-license.conf, located in the same directory as the wrapper.conf file. The license file is then included by placing a line like the following at the top of your wrapper.conf file:
Note that the include file path is relative to the location of the Wrapper binary and NOT the wrapper.conf file. See the section on Cascading Configuration File ("include file") for further details and advice on how to debug problems with include files. To make it simple to manage large numbers of license files, the Wrapper can be set up to load in license files based on the host names. This makes it possible to deploy all license files to all servers.
Problems? If you encounter any licensing problems, please set the wrapper.license.debug property and enable include file debugging. In combination, most configuration problems become obvious. |