License"
From Documentation
(Created page with "{{ZKSpreadsheetEssentials3PageHeader}} Some application servers like Weblogic could fail to locate the license file in the default path. Users shall put the following library...") |
|||
Line 2: | Line 2: | ||
+ | = Default License Loading Path = | ||
+ | ZSS loads a license file from the default path <tt>WEB-INF/classes/metainfo/zss/license</tt>. If the license is loaded successfully, you should see some license information printed on your application console. | ||
− | Some application servers like Weblogic could fail to locate the license file in the default path. | + | = Alternative License Loading Path = |
+ | |||
+ | Some application servers like Weblogic could fail to locate the license file in the default path. You shall put the following library property in <tt> zk.xml</tt> to specify the license directory and copy your ZSS license file there. | ||
<source lang='xml'> | <source lang='xml'> |
Revision as of 07:40, 24 July 2015
Default License Loading Path
ZSS loads a license file from the default path WEB-INF/classes/metainfo/zss/license. If the license is loaded successfully, you should see some license information printed on your application console.
Alternative License Loading Path
Some application servers like Weblogic could fail to locate the license file in the default path. You shall put the following library property in zk.xml to specify the license directory and copy your ZSS license file there.
<library-property>
<name>org.zkoss.zssex.rt.Runtime.directory</name>
<value>c:/my-directory/my-licenses</value>
</library-property>
All source code listed in this book is at Github.