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:
<param-name>Parameter-name</param-name>
<param-value>Value</param-value>
For specifying the multiple values, specify multiple <param-value>.
<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 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 | 07-50 |
batch.service.enabled | false# | false | 07-60 |