BEA WebLogic Server 7 Instrukcja Obsługi Strona 173

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 545
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 172
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
Przeglądanie stron 172
1 2 ... 168 169 170 171 172 173 174 175 176 177 178 ... 544 545

Komentarze do niniejszej Instrukcji

Brak uwag