Application Development Properties (appDev.properties)

Configure properties related to application development using this file.

Property Default Value Description
enabled true

Specifies whether the provisioner is enabled. The provisioner is required to provision the out-of-the-box applications.

startDeploymentThread

true

Specifies whether apps are provisioned on a different thread. This allows AMX BPM to startup faster but the AppDev applications will not be available until the provisioner thread has completed.

codecVersion

0
  • 0 - Indicates that special and/or unsupported characters are converted to underscore (legacy mode) in JCR.
  • 1 - Indicates that internally _XX hex-encoding is used for special characters.
  • 2 - Indicates that internally codecDisallowed characters are reserved while other non-plain characters are encoded using Z_ZhexZ_Z in JCR.
  • Any other values are reserved.
codecReserved .-_/:*?"<>%

Specifies the list of special characters that have a specific meaning and should not be used within resource names.

Note: If you want to use a special character such as an underscore (for example, in the name of an archive file), you can remove the underscore from this list, save appDev.properties, and restart the app development.

supressErrorMessages

false

Specifies whether error messages should be supressed to prevent possible exposure of sensitive data.