EM: App Deployment > Global Settings
Overview
In BBj 19.20 and higher, Global Settings allows administrators to configure key deployment options for both Web and Desktop applications. Under General settings, you can specify secure connections and override host or port information. The Web App Only section provides controls for user interface behavior, development settings, and client response timeout to optimize web-based app performance. The Desktop App Only section enables you to manage distribution directories, cache settings, and custom error messaging for desktop deployments. These global settings help ensure consistent and flexible deployment across BBj application environment.
Location
EM Navigator →
Web →
App Deployment →
Global Settings
Toolbar
App Deployment Global Settings
Global Settings: General
The General settings define default behaviors for all applications. These configurations, including secure connections and network overrides, directly control application operation and network access. Proper management of these global parameters is essential for consistent and secure application infrastructure.
General Properties
Setting | Description |
---|---|
|
|
Defines the host used by the desktop application client to connect to Jetty. If undefined, the host will be the Hostname defined for the Web server. To manage servers, select |
|
Defines the port number used by the desktop application client to connect to Jetty. If undefined, the port will be the HTTP Port defined for the Web server. To manage servers, select |
Web App Only
The Web App Only section contains settings specific to browser-based BBj applications. It allows administrators to control browser behavior, manage session handling, customize appearance, and define client-side response rules. These configurations enhance the user experience and optimize how BBj Web Apps behave in different browser environments.
Web App Only Properties
Setting | Description |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
Sets the length of time in seconds a non-responsive BUI session will be considered active. If the session expires without response, the web tier will send a NET_DROPPED error back to the server. A value of -1 means no timeout. The default value is 300. |
Desktop App Only
The Desktop App Only settings control options for locally deployed BBj applications. These apps run via a launcher JAR that creates a native application with its own JRE. Settings like Distribution Output Directory, Remote Cache Cleanup, Use Request Server Name and Custom Error Message customize app distribution and runtime behavior. Unlike Web Apps, Desktop Apps install per client with a dedicated JRE.