6.3.33 Web GUI action definition file (webgui.conf)
In the Web GUI action definition file, define the operations for launching windows from the SSO console by using the remote application method. This action definition file is read when a window is launched, and the system operates according to the information defined in this file.
- Organization of this subsection
(1) Format
The following shows the format of the Web GUI action definition file.
When coding the Web GUI action definition file, note the following:
-
Lines beginning with a hash mark (#) or blank lines (lines that do not contain anything, or that contain only tabs or spaces) are treated as comment lines.
-
Spaces before and after a key name and set value are ignored.
-
If the same keys are specified in the file, the key specified last is assumed to be valid.
-
To specify an escape character (\) as part of a character string, enter \\.
-
To omit a key specification, omit the entire line of the key.
(2) Description
The following table describes the items to be defined in the Web GUI action definition file.
Field name |
Optional? |
Key name |
Value |
Default value |
---|---|---|---|---|
Log level |
Yes |
log-level |
Specify the level of log data to be output.
|
ERROR |
Maximum log file size |
Yes |
max-logfile-size |
Specify the maximum size (in MB) of a log file as a value in the range from 1 to 32. |
32 |
(3) Notes
None.