4.14.4 Extension parameters of J2EE server

The following table describes the extension parameters of J2EE server. For the details about the values to be specified in 'Value of param-name', see 2.3 usrconf.cfg (Option definition file for J2EE servers). Also, for details about batch.service.enabled, see 3.2 usrconf.cfg (Option definition file for batch 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 extension parameters of the J2EE server is as follows:

Specification format

<param-name>Parameter-name</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-name</param-name>
<param-value>Value</param-value>
<param-value>Value</param-value>

Table 4-60 Parameters applicable to the extension parameters of J2EE server

Key nameSpecifiable valueDefault valueVR
add.class.pathSpecify any string.None07-50
add.library.pathSpecify any string.None07-50
cpp.library.versionSpecify 6. Only 6 can be specified with version 09-00 or later.607-50
ejb.server.corefilenum (In UNIX)Specify the value using an integer from 0 to 16.107-50
ejb.server.log.modeSpecify 6 or 7.707-50
ejb.server.log.stdout.filesizeSpecify an integer from 4096 to 2147483647​ (unit: bytes).1048576​07-50
ejb.server.log.stderr.filesizeSpecify an integer from 4096 to 2147483647​ (unit: bytes).1048576​07-50
jvm.typeThe following strings can be specified:
  • server
  • client
server07-50
batch.service.enabled false#false07-60
Note:
For specifying the multiple values in param-value, specify multiple <param-value>.
(Example)
<param-name>parameter-name</param-name>
<param-value>Value<param-value>
<param-value>Value<param-value>
#
Do not specify true in batch.service.enabled parameter. The value is false by default. You can specify this parameter only during the initial setup of the Web system. Do not change the value when changing the Web system configuration.

Reference note
The parameters described in this table can also be described in the following format:
Specification format
<param-name>ex.param</param-name>
<param-value>Parameter-name=Value<param-value>
For specifying the multiple values, specify multiple <param-value>.
Specification format when multiple values are specified
<param-name>ex.param</param-name>
<param-value>Parameter-name=Value<param-value>
<param-value>Parameter-name=Value<param-value>