Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


5.3.1 AS_ADMIN_READTIMEOUT

AS_ADMIN_READTIMEOUT specifies the HTTP read timeout value to be set for the asadmin process and the domain administration server.

Description

AS_ADMIN_READTIMEOUT specifies the HTTP read timeout value (unit: milliseconds) that is to be applied to communications between the asadmin process and the domain administration server, and between the domain administration server and server instances.

If you specify 0 for the HTTP read timeout value and command processing takes a long time, that command processing might fully occupy the threads that process subcommands of the asadmin utility command and that process user requests. Therefore, we recommend that you do not specify 0 (which disables timeout) for the HTTP read timeout value.

Specifiable values

Type: Integer

An integer from 0 to 2147483647

If you specify 0, the HTTP read timeout is not set (0 is not a recommended value).

Default value

If the definition item is omitted:

900000

If the value is omitted:

900000

Overwrite permission

This value can be overwritten.

Number of times it occurs

0 or 1

Example

AS_ADMIN_READTIMEOUT=900000