To configure the session administration tool, edit the CfgConfiguration.properties file in the Adeliws\javarun directory, changing the keys described below if necessary.
Important: The MW_SESSION_TIMEOUT and MW_ADMIN_SERVLET_CYCLE keys are only considered if the administration tool has been started (i.e. if the MW_START_ADMIN_SERVLET key is enabled).
MW_START_ADMIN_SERVLET
This key specifies whether the session administration tool is to be started.
Possible values:
1 |
enabled. |
0 |
disabled (default value). |
MW_SESSION_TIMEOUT
This key specifies the maximum acceptable length of time in milliseconds between uses of a session. The connections are closed if the specified timeout expires.
Possible values:
Integer between 100 and x.
Default setting: 1000000.
MW_ADMIN_SERVLET_CYCLE
This key specifies the session administration tool's update interval, in milliseconds.
Possible values:
Integer between 100 and x.
Default setting: 60000.