License

From Documentation
Revision as of 07:40, 24 July 2015 by Hawk (talk | contribs)



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.


Last Update : 2015/07/24

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.