If you need to point the runtime at a specific license file (on a shared disk for example) you can do so by passing the following Java variable definition at runtime:
-Dheirloom.licensefile=/home/products/Heirloom/elasticcobol.properties
Where "/home/products/Heirloom/elasticcobol.properties" is the absolute path to the license file.
You may also specific the user and password for the Heirloom Portal and the runtime will download a license file if one does not exist on the machine:
-Dheirloom.licenseuser=<email address>
-Dheirloom.licensepassword=<password>
The file will only be downloaded if it does not already exist. Please be aware an internet connection with connectivity to https://paas.heirloomcomputing.com is required for this to work.
Also you should note this will cause a delay in the startup of the application the first time this is done.
0 Comments