Technical data

Sample Deployment Descriptors
Administration Guide 10-9
ConnectRetry
Secs
Interval in seconds that the the servlet will sleep between
attempts to connect to a server instance. Assign a value less
than
ConnectTimeoutSecs.
The number of connection attempts the servlet makes before
returning an
HTTP 503/Service Unavailable response
to the client is
ConnectTimeoutSecs divided by
ConnectRetrySecs.
Syntax:
<init-param>
<param-name>ConnectRetrySecs</param-name>
<param-value>ParameterValue</param-value>
</init-param>
numOfRetries
ConnectTimeout
Secs
Maximum time in seconds that the servlet will attempt to
connect to a server instance. Assign a value greater than
ConnectRetrySecs.
If ConnectTimeoutSecs expires before a successful
connection, an
HTTP 503/Service Unavailable
response is sent to the client.
Syntax:
<init-param>
<param-name>ConnectTimeoutSecs</param-name>
<param-value>ParameterValue</param-value>
</init-param>
connection
Timeout
Parameter in WLS
6.1 SP02 and Later
Usage Deprecated
Equivalent