This file is used by Adelia Web client, Java client (Visual Adelia) and Java server parts.
Name |
Context |
Description |
Value |
ID_FILE_CONFIG |
Web client, Java client. |
Access path leading to the client configuration file (MWCLIENT.INI). |
Alpha string. |
ID_FILE_CONFIG_SRV |
Web client with local server, Java client with local server, Java server. |
Access path leading to the server configuration file (MWSERVER.INI). |
Alpha string. |
ID_FILE_CONFIG_APIVA |
Web client with local server, Java client with local server. |
Access path leading to the configuration of the API managing the access to the Adelia Java runtime data base (apiva.properties). If only the file name is specified, the system searches for the path in the execution context. |
Alpha string. |
ID_FILE_CONFIG_WEBSERVICE |
Web client, Java client. |
Access path leading to the configuration of the Consumption of a SOAP Web service (CfgWebServices.xml). If only the file name is specified, the system searches for the path in the execution context |
Alpha string. |
ID_FILE_CONFIG_LOG4J |
Web client |
Path to the log4j configuration file. |
|
MW_TRACE_LEVEL |
|
Obsolete as of Adelia Studio version 10. |
|
MW_TRACE_FILE |
|
Obsolete as of Adelia Studio version 10. |
|
EXEC_TRACE_LEVEL |
|
Obsolete as of Adelia Studio version 10. |
|
EXEC_TRACE_FILE |
|
Obsolete as of Adelia Studio version 10. |
|
MW_ANSI_CODEPAGE |
Web client, Java client. |
ANSI code page used to build the Unicode-EBCDIC conversion tables with an AS/400 server, or Unicode-ANSI with a Windows server. |
Integer. |
MW_ASCII_CODEPAGE |
Web client, Java client. |
ASCII code page used to build the Unicode-EBCDIC conversion tables with an AS/400 server if the ANSI page code does not allow to build these pages. |
Integer. |
MW_WEB_APPLICATION |
Web client, Java client. |
Specifies the context type:
|
0 or 1. |
MW_START_ADMIN_SERVLET |
Web client. |
Specifies whether or not the HTTP session administration servlet must be run on the Web server, with HTTP Adelia Web applications. |
0 or 1. |
MW_ADMIN_SERVLET_CYCLE |
Web client. |
Update interval (in ms) for the information displayed by an HTTP Adelia Web application's HTTP session administration servlet . |
Integer >= 0. |
MW_SESSION_TIMEOUT |
Web client. |
Period (in ms) after which a Middleware session in the pool can be blocked. When the set time has elapsed, the session is automatically made available in the pool. |
Integer >= 0. |
MW_NB_SESSIONS |
Web client. |
Number of sessions initialized in advance by the default session preparer. |
Integer between 0 and x. |
SESSION_EXPIRED_PAGE |
Web client. |
Name of the page that is called when Adelia detects that an incoming HTTP query relates to an expired Web session. |
Alpha string. |
SESSION_ABORTED_PAGE |
Web client. |
Name of the page called when Adelia detects that the session expired while processing the HTTP query. |
Alpha string. |
SESSION_MODE |
Web client. |
- 0: unprotected mode - 1: protected mode In protected mode, a separate Web pseudo-session is provided for each client. |
Integer between 0 and 1. Default value: 0. |
MW_CLUSTER_REFRESH_DELAY |
Web client. |
Refreshes the servers every <n> seconds (every 30 seconds by default). |
Default value: 30000 (30 sec.) |
MW_CLUSTER_MSG_VERBOSITY |
Web client. |
Degree of verbosity of load balancer messages. |
0 : silent |
MW_CLUSTER_MSG_TIMESTAMP |
Web client. |
Displays a timestamp in the load balancer messages |
0 or 1 |
MW_CLUSTER_ENABLE_RAMP |
Web client. |
Activates a reconnection attempt-limiting algorithm when a server is restarted following an incident (in "by number of connections" mode). |
0 or 1 |
MW_CLUSTER_RAMP_TIME |
Web client. |
Minimum time between two connection attempts when a server becomes available again after an incident. This mechanism prevents all new connection attempts from being redirected to a server that has just returned to the cluster. |
Default value: 200 milliseconds |
MW_CLUSTER_RAMP_PERCENT |
Web client. |
Percentage of total load above which the limiting algorithm is disabled (default setting: 0.8). By default, the connection limiting algorithm is disabled when the monitored server's workload reaches 80% of that of the most heavily-loaded server in the cluster. |
Default value: 0.8 (80%) |
WA_HISTORY_SIZE |
Web client. |
Size of the processed actions log. |
Integer value. Default value: -1 (infinite size) |
WA_HISTORY_OUT_OF_LIMIT |
Web client. |
Redirection URL when the user requests a URL corresponding to an unattainable action via the browser log. |
Alpha string. Default value: /AWSResources/AWSError.jsp |
WA_BACKUP_PATH |
Web client. |
Program state backup storage path. |
Alpha string. Default value: <Web application root>/ awsBackup |
WA_BACKUP_GZIP |
Web client. |
Program state backup file compression. 0: no compression 1: compression |
0 or 1 Default value: 0 |
Back to Adelia Web application configuration files.