Appendix C.1 Parameters that can be commonly specified for each logical server (for compatibility)

This section describes the parameters that can be commonly specified for the following logical servers:

The following table describes the parameters for compatibility that can be commonly specified for each logical server. In the table below, Default value means the value that is assumed when the parameter is not specified. Recommended value of param-name is the recommended parameter corresponding to the parameters for compatibility.

Table C-1 Parameters that can be specified in common for the logical servers (for compatibility)

Value of param-nameValue specified in param-valueDefault valueRecommended param-name value
user.env.variable.mSpecifies the name and value of the environment variable used to start the server, in the format variable-name=value.#Noneuser.env.variable
#
To specify multiple values, specify multiple <param-value>.
Also, to enable a parameter, add '.' at the beginning of the string. If you want to disable a parameter, add '#' at the beginning of the string.
(Example)
<param-name>user.env.variable.m</param-name>
<param-value>.AAA=XXX</param-value>
<param-value>#BBB=XXX</param-value>