Product Information > JADE Initialization File Reference > Chapter 1 - JADE Initialization File > EnableAppRestrictions

EnableAppRestrictions

Boolean

false

Purpose

When the EnableAppRestrictions parameter is set to false (the default value), all applications can be executed from any presentation client attached to that application server.

Set this parameter to true to specify that only the schemas and optional applications specified in the AllowSchemaAndApp<n> parameters can be executed from presentation clients attached to the application server.

For details about specifying a connection timeout period for a specific schema and optional application when this parameter is set to true, see the ConnectionTimeout parameter, earlier in this section.

When the EnableAppRestrictions parameter is set to true and the application being started is not a permitted application defined in the JADE initialization file, the following message is displayed when attempting to start the application from the JADE development environment.

Application app‑name cannot be started from the connected application server

In this message, the app‑name value is the name of the application that is required to run.

To avoid unexpected presentation client rejections, all application servers that are balancing presentation client connections within the same group must use the same value for the EnableAppRestrictions and AllowSchemaAndApp parameters.

Parameter is read when …

The application server node is next initialized; for example, when you restart the application server.