Skip to main content
Version: Java (Groovy)

Application Mode configuration

The *.app file defines the configuration for Application Mode. This file can be named anything as long as it ends with .app and is stored in the directory pointed to by -Ddeephaven.application.dir. See the example below.

type=script
scriptType=python
enabled=true
id=hello.world
name=Hello World!
file_0=helloWorld.py
ParameterTypeDescription
typeString

The type of script to run. This can be one of script, static, dynamic, or qst.

scriptTypeString

The language of the script. One of groovy or python.

enabledBoolean

Boolean value to indicate whether or not to run the scripts.

  • true (default) causes the scripts to run.
  • false skips the scripts.
idString

An identifier used when API clients connect to this server Application Mode instance.

nameString

A description that is displayed to users when mentioning this application.

file_<n>String

A list of scripts to run.