uCosminexus Application Server, Web Container Functionality Guide

[Contents][Glossary][Index][Back][Next]

5.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 5-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 the parameters to be specified, see the uCosminexus Application Server Definition Reference Guide.