Hitachi

uCosminexus Application Server Definition Reference Guide


4.11.5 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.2.2 usrconf.cfg (Option definition file for J2EE servers). Also, for details about batch.service.enabled, see 3.2.1 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</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.cfg (the option definitions file for the J2EE server), specify any parameters that do not appear either in the table in 4.11.3 Parameters used for setting up the option definitions for the J2EE server or in the table in this section by using the following format.

Specification format
<param-name>ex.param</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.param</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.

Table 4‒58: Parameters applicable to the extension parameters of J2EE server

Key name

Specifiable value

Default value

VR

add.class.path

Specify any string.

None

07-50

add.library.path

Specify any string.

None

07-50

cpp.library.version

Specify 6. Only 6 can be specified with version 09-00 or later.

6

07-50

ejb.server.corefilenum (In UNIX)

Specify the value using an integer from 0 to 16.

1

07-50

ejb.server.log.mode

Specify 6 or 7.

7

07-50

ejb.server.log.stdout.filesize

Specify an integer from 4096 to 2147483647 (unit: bytes).

1048576

07-50

ejb.server.log.stderr.filesize

Specify an integer from 4096 to 2147483647 (unit: bytes).

1048576

07-50

jvm.type

The following strings can be specified:

  • server

  • client

server

07-50

batch.service.enabled

false#

false

07-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.