Technical data

General Parameters for Web Server Plug-Ins
Administration Guide D-5
ConnectRetrySecs 2
Interval in seconds that the plug-in should sleep between
attempts to connect to the WebLogic Server host (or all of the
servers in a cluster). Make this number less than the
ConnectTimeoutSecs. The number of times the plug-in tries
to connect before returning an
HTTP 503/Service
Unavailable
response to the client is calculated by dividing
ConnectTimeoutSecs by
ConnectRetrySecs.
To specify no retries, set ConnectRetrySecs equal to
ConnectTimeoutSecs. However, the plug-in attempts to
connect at least twice.
You can customize the error response by using the
ErrorPage
parameter.
FilterPriorityLevel
(Microsoft Internet Information
Server only)
2 The values for this parameter are 0 (low), 1
(medium), and 2 (high). The default value is
2.
This priority should be set in the iisforward.ini file.This property
is used to set the priority level for the iisforward.dll filter in IIS.
Priority level is used by IIS to decide which filter will be
invoked first, in case multiple filters match the incoming
request.
Parameter Default Description