uCosminexus Application Server, Web Container Functionality Guide
To set up a communication timeout for the in-process HTTP server, you must set up the J2EE server.
This subsection describes the settings and examples of communication timeout in the in-process HTTP server.
You set up communication timeout when receiving requests and when sending responses. The setting of communication timeout is described separately for receiving of a request and sending of a response.
You set the communication timeout for receiving requests between the client and the in-process HTTP server.
Specify the communication timeout for receiving requests in the in-process HTTP server with the following parameters within the <configuration> tag of the logical J2EE server (j2ee-server) in the Easy Setup definition file:
For details on the Easy Setup definition file and the parameters to be specified, see the uCosminexus Application Server Definition Reference Guide.
You set the communication timeout for sending responses between the in-process HTTP server and the client.
Specify the communication timeout for sending responses in the in-process HTTP server with the following parameters within the <configuration> tag of the logical J2EE server (j2ee-server) in the Easy Setup definition file:
For details on the Easy Setup definition file and the parameters to be specified, see the uCosminexus Application Server Definition Reference Guide.
An example of settings for communication timeout in the in-process HTTP server is as follows:
... <param> <param-name>webserver.connector.inprocess_http.receive_timeout</param-name> <param-value>300</param-value> </param> <param> <param-name>webserver.connector.inprocess_http.send_timeout</param-name> <param-value>600</param-value> </param> ... |
In this example, 300 seconds is specified as the request receiving timeout and 600 seconds as the response sending timeout.
All Rights Reserved. Copyright (C) 2013, Hitachi, Ltd.