Hitachi

uCosminexus Application Server Definition Reference Guide


8.2.7 mserver.cfg (Management Server option definition file)

Organization of this subsection

(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

You can specify the keys shown in 2.2.2(4) Specifiable keys (except the ejb.public.directory key) and the web.add.class.path key. If you specify the web.add.class.path key, it works as the add.class.path option key for J2EE servers.

(5) Notes