The configuration file WEB-INF/ajax.ini contains central parameters for LogWeb/Ajax. You usually only configure:
You require the following settings only in special cases:
Note:
When you set up the user administration, you need to change the directory paths to the user profiles and group profiles. This enables easier updates and backups in the future.
Parameter | Meaning |
---|---|
UserDatabase |
Determines the form of user administration:
|
UserProfiles |
Directory path to the user files USER.ini
|
GroupProfiles |
Directory path to the group files GROUP.ini
|
When you set up the directory system you need to change the directory paths to the user profiles, group profiles and custom data. This enables easier updates and backups in the future.
Parameter | Meaning |
---|---|
CustomData | Path to the custom directory with company-specific adjustments
|
UserData | Path to the directory with user-specific parameters
|
GroupData | Path to your directory with group-specific parameters
|
You usually do not need to change the following settings:
Parameter | Meaning |
---|---|
SpoolRootDir | Basic directory for all documents. Read and write permission is required for the Web application. The directory can have a relative or an absolute path. |
SpoolCacheRefresh | Period of time necessary for updating the internal cache directory
|
SpoolArchiveLifetime | Period of time (in minutes) that a document remains in the "archive" directory after a session ends. After this period of time expires, the document is deleted. Period of time > 0 Document is deleted from the archive when the session has expired.
|
You usually do not need to change the following settings:
Parameter | Meaning |
---|---|
Language | Language settings for output and standard displays
|
KeepAlive | Maximum timeout (in minutes) before a client session automatically ends, if the session does not respond to the server.
|
LogLevel | Level for protocol output
|
LogHeader | Comma-separated list of variables recorded for every log output.
|
If you want to allow the "Park Session" function in a UNIX connection template, the cache parameters specified here may not be sufficient; in this case, you can increase the buffer size:
Parameter | Meaning |
---|---|
VTCacheStartup | The initial size of the cache to support the Park Session function.
|
VTCache | The current size of the cache to support the Park Session function.
|
OfflineDirectory | Directory for UNIX log files
|
You usually do not need to change the following settings:
Parameter | Meaning |
---|---|
LogWebServer | IP address of the LOG-WEB server
|
LogWebServerPort | Port number of the LOG-WEB server
|
LogWebUser | Login name of the LOG-WEB server
|
LogWebApplication | Application file of the LOG-WEB server
|
The following information is intended for special cases.
Parameter | Meaning |
---|---|
LogWebHttpd | HTTPD server over which the LOG-WEB server is available
|
Timeout | Maximum timeout (in seconds) before forcing an output to the client
|
EmptyTimeout | Maximum timeout (in milliseconds) before an empty reply from the host is transferred to the client.
|