4.11.4 Parameters applicable to the JavaVM system properties for the J2EE server
The following table describes the parameters applicable to the JavaVM system properties for the J2EE server. For details about the values to be specified in 'Value of param-name', see 2.2.3 usrconf.properties (User property file for J2EE servers). In the table below, Default value means the value that is assumed when the parameter is not specified. VR is the version of Application Server on which parameters are introduced or changed.
The specification format for specifying the parameters applicable to the JavaVM system properties for the J2EE server is as follows:
- Specification format
<param-name>parameter</param-name> <param-value>Value</param-value>
For specifying the multiple values, specify multiple <param-value>.
- Specification format when multiple values are specified
<param-name>parameter</param-name> <param-value>Value</param-value> <param-value>Value</param-value>
Among the parameters that can be specified in usrconf.properties (the user property file for the J2EE server), specify any parameters that do not appear either in the table in 4.11.2 Parameters used for setting up the user properties for the J2EE server or in the table in this section by using the following format.
- Specification format
<param-name>ex.properties</param-name> <param-value>parameter=value</param-value>
To specify multiple values, specify multiple <param-value> elements.
- Specification format when multiple values are specified
<param-name>ex.properties</param-name> <param-value>parameter=value</param-value> <param-value>parameter=value</param-value>
Note that you can use this format to specify the parameters described in the table in this section.
- #1
-
Settings are not recommended because the Management Server sets the value automatically.
- #2
-
Settings are not required normally.