Q
|
I am trying to deploy CountryHawk manually since we do not have administrative rights on the machine. I copied the various .properties files and license file to my bin directory. However I receive an error message at run time saying that it cannot find the CountryHawk license file.
|
A
|
To resolve the issue add the following line to your countries.properties file to instruct CountryHawk on where to find the key:
license.file=my_ch_license_filename.lic
This will resolve this issue.
|