J2SE property file format.
Specify the settings for the execution environment of the mngsvrutil command.
If the settings file is updated while the Management Server is running, the updated information is not applied until the next time the Management Server is started.
The following table describes the keys that you can specify in server-side definition file, their contents, and the default values when the specification is omitted:
Key name | Contents | Default value |
---|---|---|
mngsvrutil.auth.failed_wait | Specify the number of seconds to wait when the management user authentication fails. (Values that can be specified: 0 to 2147483647). (Example of settings) mngsvrutil.auth.failed_wait=10 | 5 |
mngsvrutil.auth.log_challenged | Specify whether to output instances of HTTP access to the log.#1
mngsvrutil.auth.log_challenged=false | true |
mngsvrutil.auth.log_denied | Specify whether to output instances of denied HTTP access to the log. #1
mngsvrutil.auth.log_denied=false | true |
mngsvrutil.auth.log_failed | Specify whether to output the failure of management user authentication to the log. #1
mngsvrutil.auth.log_failed=false | true |
mngsvrutil.auth.log_succeeded | Specify whether to output successful management user authentication in the log. #1
mngsvrutil.auth.log_succeeded=false | true |
mngsvrutil.compat.header_format | Specify whether the header format to be output in the list sub-command will be changed to the V7 compatibility mode and compatible format, when the application management method is the V8 mode. #1
mngsvrutil.compat.header_format=true | false |
mngsvrutil.compat.monitoring_tree | Specify whether the application information will be included in the contents acquired by the automatic generation of the JP1/IM monitoring tree, when the application management method is the V8 mode. #1
mngsvrutil.compat.monitoring_tree=true | false |
mngsvrutil.session.max_inactive_interval | Specify the maximum number of seconds until the session becomes invalid after the server has generated a session in the client and received the last request from the client. (Value that can be specified: -2147483648 to 2147483647).#2 (Example of settings) mngsvrutil.session.max_inactive_interval=10 | 5 |