Hitachi

uCosminexus Application Server Maintenance and Migration Guide


12.6.1 User property definitions for J2EE servers

The following table describes the recommended property values that are specified in the user property file for J2EE servers, among the parameters added in Application Server version 11 and Developer version 11. For details about the properties, see the uCosminexus Application Server Definition Reference Guide.

Table 12‒14:  Migration destination properties of the user properties for J2EE servers

Property name in Application Server version 11 and Developer version 11

Recommended value in Application Server version 11 and Developer version 11

For Web server integration

For the in-process HTTP server

webserver.connector.nio_http.max_connections

See 12.4.1(1)(a).

See 12.4.1(1)(b).

webserver.connector.nio_http.max_threads

webserver.connector.nio_http.min_threads

webserver.connector.nio_http.receive_timeout

See 12.4.1(2)(a).

See 12.4.1(2)(b).

webserver.connector.nio_http.send_timeout

webserver.connector.nio_http.backlog

The same value as webserver.connector.ajp13.backlog

The same value as webserver.connector.inprocess_http.backlog

webserver.connector.nio_http.bind_host

If the host name of the transfer destination URL of the reverse proxy is localhost, the recommended value is localhost.

For other cases, the recommended value is an IP address or host name that can communicate with the Web server.

The same value as webserver.connector.inprocess_http.bind_host

webserver.connector.nio_http.hostname_lookups

false (default value)

The same value as webserver.connector.inprocess_http.hostname_lookups

webserver.connector.nio_http.limit.max_headers

100 (default value)

The same value as webserver.connector.inprocess_http.limit.max_headers

webserver.connector.nio_http.limit.max_request_body

-1 (default value)

The same value as webserver.connector.inprocess_http.limit.max_request_body

webserver.connector.nio_http.limit.max_request_header

16384 (default value)

The same value as webserver.connector.inprocess_http.limit.max_request_header

webserver.connector.nio_http.keep_alive.max_requests

0 (default value)

The same value as webserver.connector.inprocess_http.persistent_connection.max_requests

webserver.connector.nio_http.keep_alive.timeout

0 (default value)

The same value as webserver.connector.inprocess_http.persistent_connection.timeout

webserver.connector.nio_http.port

Any port number that can communicate with the Web server

The same value as webserver.connector.inprocess_http.port

webserver.connector.nio_http.response.header.server

CosminexusComponentContainer

(default value)

The same value as webserver.connector.inprocess_http.response.header.server

webserver.connector.nio_http.idle_thread_timeout

60 (default value)

60 (default value)

webserver.connector.nio_http.permitted.hosts

When the host name of the transfer destination URL of the reverse proxy is localhost

localhost

For other cases

The IP address or host name of the Web server

The same value as webserver.connector.inprocess_http.permitted.hosts

webserver.connector.nio_http.max_servlet_execute_threads

The same value as webserver.connector.ajp13.max_threads

The same value as webserver.connector.inprocess_http.max_execute_threads

ejbserver.logger.channels.define.NIOHTTPAccessLogFile.filenum

16 (default value)

The same value as webserver.logger.access_log.inprocess_http.filenum

ejbserver.logger.channels.define.NIOHTTPAccessLogFile.filesize

4194304 (default value)

The same value as webserver.logger.access_log.inprocess_http.filesize

ejbserver.logger.access_log.nio_http.format

%h %{X-Forwarded-For}i %l %u %d %rootap "%r" %s %b %D %S (default value)

When the value of webserver.logger.access_log.inprocess_http.usage_format is common or combined

Default value

For other cases

In addition to the default value, the format argument individually specified for webserver.logger.access_log.format-name.

format-name is the character string specified for webserver.logger.access_log.inprocess_http.usage_format.

webserver.context.stop_asyncwait_timeout

30 (default value)

webserver.servlet_api.unsupported.throwUnsupportedOperationException

See 12.3.2(1).