Documentation for installing license files issued for versions prior to 5.0
The possible ways of installing licenses on a server:
chemaxon.license.url
Java system propertyCHEMAXON_LICENSE_URL
environment variable.chemaxon
(Unix) or
chemaxon
(Windows) sub-directory under the
home directory of the user who started JChem Server.
license
shell script (Unix) or license.bat
batch file (Windows). license -h
for the list of available options.
chemaxon.license.LicenseManager.setLicenseFile(String path)
In case of (embedded) Marvin applets the licenses can be installed on servers
without needing to install them on any client machine.
The license resides on the server in this case, and the path of the license should be
explicitely set. The recommended way of this configuration is to use the chemaxon.license.url
Java system property.
However there is a restriction to this configuration. Only those licenses can be
configured this way, that have the "Server mode allowed" field.
Example:
<resources> <property name="chemaxon.license.url" value="http://www.yourserver.com/license.cxl"/> </resources>
Restrictions: