Configuration for the Scripting Framework

Script Framework Enablement (script.engine.manager.enabled)

Enables or disables the use of scripting using the Scripting Framework.

Default: true

Script Supported Engines (script.engine.manager.engines)

Comma separated list of engines to be used for scripting. Currently allowed options are js, python and beanshell. If an engine type is removed, any existing scripts with that type will no longer execute.

Default: js