Hitachi

uCosminexus Application Server Compatibility Guide


12.2.1 Parameters used for setting up the user properties for the J2EE server

This section describes the parameters used for setting up the user properties for the J2EE server.

For details about the contents to be specified in param-value corresponding to 'Value of param-name', see 11.1.1 usrconf.properties (User property file for J2EE servers). When you reference the section, read the key as parameter. 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.

Note that the specification method of parameters for which "Value in param-name" is specified is different from usrconf.properties (user property file for J2EE servers).

The specification format is as follows.

Specification format:
<param-name>parameter</param-name>
<param-value>value</param-value>

From among the parameters that can be specified for usrconf.properties (the user properties file used for J2EE server), use the following format when specifying a parameter that is not written in the tables in this section.

Specification format:
<param-name>ex.properties</param-name>
<param-value>parameter=value</param-value>

To specify multiple values, specify <param-value> multiple times.

Specification format when specifying multiple values:
<param-name>ex.properties</param-name>
<param-value>parameter=value</param-value>
<param-value>parameter=value</param-value>
Organization of this subsection

(1) Parameters beginning with cosminexus.jpa

The following table describes the parameters beginning with cosminexus.jpa. For details about the contents to be specified in param-value corresponding to 'Value of param-name', see 11.1.1(1) Keys beginning with cosminexus.jpa. When you reference the section, read the key as parameter.

Table 12‒3: Parameters beginning with cosminexus.jpa

Value of param-name

Specifiable value

Default value

VR

cosminexus.jpa.logging.level.operation.category

The following strings can be specified:

  • Off

  • Information

  • Detail

Off

08-00

cosminexus.jpa.exception.logging.sql

The following strings can be specified:

  • Off

  • Information

  • Detail

Off

08-00

(2) Parameters beginning with ejbserver.jpa

The following table describes the parameters beginning with ejbserver.jpa. For details about the contents to be specified in param-value corresponding to 'Value of param-name', see 11.1.1(2) Keys beginning with ejbserver.jpa. When you reference the section, read the key as parameter.

Table 12‒4: Parameters beginning with ejbserver.jpa

Value of param-name

Specifiable value

Default value

VR

ejbserver.jpa.defaultJtaDsName

Specify any string.

None

08-00

ejbserver.jpa.defaultNonJtaDsName

Specify any string.

None

08-00

ejbserver.jpa.defaultProviderClassName

Specify any string.

com.hitachi.software.jpa.PersistenceProvider

08-00

ejbserver.jpa.disable

The following strings can be specified:

  • true

  • false

false

08-50

ejbserver.jpa.overrideJtaDsName

Specify any string.

None

08-00

ejbserver.jpa.overrideNonJtaDsName

Specify any string.

None

08-00

ejbserver.jpa.overrideProvider

Specify any string.

None

08-00

ejbserver.jpa.emfprop.property-key

Specify any string.

None

08-00

(3) Parameters beginning with ejbserver.logger

The following table describes the parameters beginning with ejbserver.logger. For details about the contents to be specified in param-value corresponding to 'Value of param-name', see 11.1.1(3) Keys beginning with ejbserver.logger. When you reference the section, read the key as parameter.

Table 12‒5: Parameters beginning with ejbserver.logger

Value of param-name

Specifiable value

Default value

VR

ejbserver.logger.channels.define.JPAOperationLogFile.filenum

Specify the value using an integer from 1 to 16.

2

08-00

ejbserver.logger.channels.define.JPAOperationLogFile.filesize

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

1048576

08-00

ejbserver.logger.channels.define.JPAMaintenanceLogFile.filenum

Specify the value using an integer from 1 to 16.

2

08-00

ejbserver.logger.channels.define.JPAMaintenanceLogFile.filesize

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

1048576

08-00

ejbserver.logger.channels.define.WebAccessLogFile.filenum

Specify the value using an integer from 1 to 16.

16

07-50

ejbserver.logger.channels.define.WebAccessLogFile.filesize

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

4194304

07-50

(4) Parameters beginning with ejbserver.server

The following table describes the parameters beginning with ejbserver.server. For details about the contents to be specified in param-value corresponding to 'Value of param-name', see 11.1.1(4) Keys beginning with ejbserver.server. When you reference the section, read the key as parameter.

Table 12‒6: Parameters beginning with ejbserver.server

Value of param-name

Specifiable value

Default value

VR

ejbserver.server.eheap.ajp13.enabled

The following strings can be specified:

  • true

  • false

true

08-00

(5) Parameters beginning with webserver.connector

The following table describes the parameters beginning with webserver.connector. For details about the contents to be specified in param-value corresponding to 'Value of param-name', see 11.1.1(5) Keys beginning with webserver.connector. When you reference the section, read the key as parameter.

Table 12‒7: Parameters beginning with webserver.connector

Value of param-name

Specifiable value

Default value

VR

webserver.connector.ajp13.backlog

Specify the value using an integer from 1 to 2147483647.

100

06-50

webserver.connector.ajp13.bind_host

The following strings can be specified:

  • Host name

  • IPv4 address

  • @myhost

Note:

If you specify an IPv4 address or a host name, specify the value of the <host-name> tag in the host definition. If you specify a different value, a warning message (KEOS24186-W) is output and an unintended setting might be set.

None

07-50

webserver.connector.ajp13.max_threads

Specify the value using an integer from 1 to 1024.

10

06-50

webserver.connector.ajp13.port

Specify the value using an integer from 1 to 65535.

8007

06-50

07-00

webserver.connector.ajp13.receive_timeout

Specify an integer from 0 to 3600 (unit: seconds).

600

06-50

07-00

webserver.connector.ajp13.send_timeout

Specify an integer from 0 to 3600 (unit: seconds).

600

07-00

webserver.connector.inprocess_http.backlog

Specify the value using an integer from 1 to 2147483647.

511

07-50

webserver.connector.inprocess_http.bind_host

The following strings can be specified:

  • Host name

  • IPv4 address

  • @myhost

Note

If you specify an IPv4 address or a host name, specify the value of the <host-name> tag in the host definition. If you specify a different value, a warning message (KEOS24186-W) is output and an unintended setting might be set.

None

07-50

webserver.connector.inprocess_http.enabled

The following strings can be specified:

  • true

  • false

false

07-50

webserver.connector.inprocess_http.enabled_methods

The values that can be specified are as follows:

  • GET

  • HEAD

  • POST

  • PUT

  • DELETE

  • OPTIONS

  • TRACE

  • CONNECT

  • PATCH

  • LINK

  • UNLINK

  • Asterisk (*)

GET,HEAD,POST,PUT,DELETE,OPTIONS

07-50

webserver.connector.inprocess_http.error_custom.error-page-customize-definition-name.file

File name

None

07-50

webserver.connector.inprocess_http.error_custom.error-page-customize-definition-name.file.content_type

Specify any string.

text/html

07-50

webserver.connector.inprocess_http.error_custom.error-page-customize-definition-name.redirect_url

Specify any string.

None

07-50

webserver.connector.inprocess_http.error_custom.error-page-customize-definition-name.request_url

Specify any string.

/*

07-50

webserver.connector.inprocess_http.error_custom.error-page-customize-definition-name.status

Specify the value using an integer from 400 to 599.

None

07-50

webserver.connector.inprocess_http.error_custom.list

Specify a string within 32 characters using alphanumeric characters and underscore (_). Also, when specifying multiple values, delimit with commas (,).

None

07-50

webserver.connector.inprocess_http.gateway.host

Specify one of the following values:

  • Host name

  • IPv4 address

  • @myhost

None

07-50

webserver.connector.inprocess_http.gateway.https_scheme

The following strings can be specified:

  • true

  • false

false

07-50

webserver.connector.inprocess_http.gateway.port

Specify the value using an integer from 1 to 65535.

None

07-50

webserver.connector.inprocess_http.init_threads

Specify the value using an integer from 1 to 1024.

10

07-50

webserver.connector.inprocess_http.keep_start_threads

The following strings can be specified:

  • true

  • false

false

07-50

webserver.connector.inprocess_http.limit.max_headers

Specify the value using an integer from 0 to 32767.

100

07-50

webserver.connector.inprocess_http.limit.max_request_body

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

-1

07-50

webserver.connector.inprocess_http.limit.max_request_header

Specify an integer from 7 to 65536 (unit: bytes).

16384

07-50

webserver.connector.inprocess_http.limit.max_request_line

You can specify the following values (unit: bytes):

  • -1

  • 7-8190

8190

07-50

webserver.connector.inprocess_http.max_connections

Specify the value using an integer from 1 to 1024.

100

07-50

webserver.connector.inprocess_http.max_execute_threads

Specify the value using an integer from 1 to 1024.

10

07-50

webserver.connector.inprocess_http.max_spare_threads

Specify the value using an integer from 1 to 1024.

20

07-50

webserver.connector.inprocess_http.min_spare_threads

Specify the value using an integer from 1 to 1024.

5

07-50

webserver.connector.inprocess_http.permitted.hosts

Specify one of the following values:

  • Host name

  • IPv4 address

  • @myhost

  • Asterisk (*)

*

07-50

webserver.connector.inprocess_http.persistent_connection.max_connections

Specify the value using an integer from 0 to 1024.

100

07-50

webserver.connector.inprocess_http.persistent_connection.max_requests

Specify the value using an integer from 0 to 2147483647.

100

07-50

webserver.connector.inprocess_http.persistent_connection.timeout

Specify an integer from 0 to 3600 (unit: seconds).

3

07-50

webserver.connector.inprocess_http.port

Specify the value using an integer from 1 to 65535.

80

07-50

webserver.connector.inprocess_http.receive_timeout

Specify an integer from 0 to 3600 (unit: seconds).

300

07-50

webserver.connector.inprocess_http.redirect.redirect-definition-name.file

Specify the file name.

None

07-50

webserver.connector.inprocess_http.redirect.redirect-definition-name.file.content_type

Specify any string.

text/html

07-50

webserver.connector.inprocess_http.redirect.redirect-definition-name.redirect_url

Specify any string.

None

07-50

webserver.connector.inprocess_http.redirect.redirect-definition-name.request_url

Specify any string.

None

07-50

webserver.connector.inprocess_http.redirect.redirect-definition-name.status

The values that can be specified are as follows:

  • 200

  • 300

  • 301

  • 302

  • 303

  • 305

  • 307

302

07-50

webserver.connector.inprocess_http.redirect.list

Specify a string within 32 characters using alphanumeric characters and underscore (_). Also, when specifying multiple values, delimit with commas (,).

None

07-50

webserver.connector.inprocess_http.rejection_threads

Specify the value using an integer from 0 to 1023.

1

07-50

webserver.connector.inprocess_http.response.header.server

Specify any string.

CosminexusComponentContainer

07-50

webserver.connector.inprocess_http.send_timeout

Specify an integer from 0 to 3600 (unit: seconds).

300

07-50

(6) Parameters beginning with webserver.container

The following table describes the parameters beginning with webserver.container. For details about the contents to be specified in param-value corresponding to 'Value of param-name', see 11.1.1(6) Keys beginning with webserver.container. When you reference the section, read the key as parameter.

Table 12‒8: Parameters beginning with webserver.container

Value of param-name

Specifiable value

Default value

VR

webserver.container.ac.logEnabled

The following strings can be specified:

  • true

  • false

false

06-50