The disable-zscript Element

From Documentation
Revision as of 17:43, 4 August 2011 by Iantsai (talk | contribs) (not just "Java", should be infected to all kinds of zscript)


The disable-zscript Element


Syntax:

<disable-zscript>false|true</disable-zscript>
[Default: false (enabled)]
[since 5.0.8]

Specifies whether to disable the use of zscript (i.e., the interpreter). Once disabled, you could not embed any zscript code (ex: BeanShell java) in a ZUML page.

It is suggested for production system, since the performance of Java interpretation is not good and the BeanShell interpreter does not work well in the clustering environment.

<system-config>
	<disable-zscript>true</disable-zscript>
</system-config>

Version History

Last Update : 2011/08/04


Version Date Content
5.0.8 August 2011 This feature was introduced.


Last Update : 2011/08/04

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