The Server section is required, and must have the section name [Server]. Only one Server section can be specified in the configuration file.
The Server section contains information about the Trillium Geolocation installation.
The table given below describes the keys available in the Server section of the configuration file.
Key |
Description |
---|---|
UserName |
The licensed username provided during installation and displayed in response to any requests to retrieve the license information. |
CompanyName |
The licensed company name provided during installation and displayed in response to any requests to retrieve the license information. |
CountryDataDirectory |
The location of the Trillium Geolocation Datastore Reference Data. It can be specified as an absolute path or relative path (relative to the directory where the server is installed). If unspecified, it defaults to “../datastore/rdata”. |
KnowledgeBaseDirectory |
The location of the Trillium Geolocation Datastore Knowledge Base. It can be specified as an absolute path or relative path (relative to the directory where the server is installed). If unspecified, it defaults to the same value as CountryDataDirectory, unless that value is also unspecified, in which case it defaults to “../datastore/kbase”. |
LicenseDirectory |
The directory that contains the license information used by Trillium Geolocation. It can be specified as an absolute path or relative path (relative to the directory where the server is installed). If unspecified, it defaults to “../license”. |
MemoryCacheSize |
The maximum amount of memory that should be used for the Trillium Geolocation memory cache, specified as a numeric value in megabytes.
The memory cache is used to cache frequently accessed files from the Trillium Geolocation Datastore in order to enhance performance.
It can be set to any value between 0 (do not use the cache) and 1536 (1.5Gb).
The default is 100 (100Mb). If your system has sufficient memory available, setting this option to a higher value is recommended. |