User 7910dcb734
22-05-2013 15:04:05
Hi,
I'm running into a few problems setting up the chemaxon license via the API.
When I set up a license in a test (licensing using the API), or using the standalone license manager GUI for my machine, the license works fine.
When I set up the license as an enviroment variable pointing directly to a file, the license works fine.
However, when I set up the license as an environment variable pointing to a URL:
<systemProperty>
<name>chemaxon.license.url</name>
<value>http:// etc </value>
</systemProperty>
or using the API in a WebApplication to point either to a file or a URL:
LicenseManager.setLicenseFile("Filename or URL")
then I get errors that the license is not valid.
Any suggestions?
Cheers,
Brendan