Hitachi

uCosminexus Application Server Compatibility Guide


6.3.2 Execution environment settings (J2EE server settings)

Specify the definition for controlling the number of connections from the Web client in the <configuration> tag of the logical J2EE server (j2ee-server) in the Easy Setup definition file.

The following table lists the definition in the Easy Setup definition file for controlling the number of connections from the Web client:

Table 6‒5: Definition in the Easy Setup definition file for controlling the number of connections from the Web client

Parameter to be specified

Setting contents

webserver.connector.inprocess_http.max_connections

Specifies the maximum number of connections with the Web client and proxy server. The in-process HTTP server creates the request processing threads for the number of connections from the Web client, and therefore, the value specified here becomes the upper limit for the number of request processing threads.

webserver.connector.inprocess_http.backlog

The HTTP requests exceeding the upper limit for the number of connections from the Web client are accumulated in the Listen queue. Specify the maximum number of registrations in the Listen queue in this parameter.

For details on the Easy Setup definition file and parameters to specify, see Part 3 Reference (V9 Compatibility Mode).