Server Side Script Interpreter Plugin

Java class implementation:

com.orientechnologies.orient.server.handler.OServerSideScriptInterpreter

Available since: v. 1.6.0.

Introduction

Allows to execute script on the server.

Configuration

This plugin is configured as a Server handler. The plugin can be configured in easy way by changing parameters:

NameDescriptionTypeExampleSince
enabledtrue to turn on, false (default) is turned offbooleantrue1.6.0
allowedLanguagesArray of languages allowed to be executed on the serverarray of stringsSQL,Javascript1.6.0

Default configuration in orientdb-server-config.xml. Example:

<!-- MAIL, TO TURN ON SET THE 'ENABLED' PARAMETER TO 'true' -->
<handler class="com.orientechnologies.orient.server.handler.OServerSideScriptInterpreter">
  <parameters>
  <parameter value="true" name="enabled"/>
  <parameter value="SQL,Javascript" name="allowedLanguages"/>
  </parameters>
</handler>

Usage

Look at Console Command JSS.

results matching ""

    No results matching ""