10.8 mserver.cfg (Management Server option definition file)

Organization of this section
(1) Format
(2) File storage location
(3) Functionality
(4) Specifiable keys
(5) Notes

(1) Format

Specify the key as follows:

key-name=value

Specification method
  • The string up to the linefeed is a value.
  • The line beginning with a hash mark (#) is a comment.
  • If you define a line without a value, the line is ignored.
  • You cannot add alphanumeric strings such as spaces and comments after the value. If you add such values, they will be considered as invalid.
    (Example) key-name=value#comment

(2) File storage location

(3) Functionality

This file specifies the startup options of the JavaVM that executes the Management Server.

Do not change the contents of this file while the Management Server is running. If you change the file contents, the operations may not produce the desired results.

(4) Specifiable keys

The keys that can be specified are the keys existing in 2.3(4) Specifiable keys, and the web.add.class.path key. If you specify the web.add.class.path key, the key operates as the optional add.class.path key of the J2EE server.

(5) Notes