Technical data

D Parameters for Web Server Plug-ins
D-8 Administration Guide
WLSocketTimeoutSecs 2 (must
be
greater
than 0)
Set the timeout for the socket while connecting, in seconds.
HungServerRecoverSecs) 300
Defines the amount of time the plug-in waits for a response to a
request from WebLogic Server. The plug-in waits for
HungServerRecoverSecs for the server to respond and then
declares that server dead, and fails over to the next server. The
value should be set to a very large value. If the value is less than
the time the servlets take to process, then you may see
unexpected results.
Minimum value:
10
Maximum value: Unlimited
Idempotent ON
When set to ON and if the servers do not respond within
HungServerRecoverSecs), the plug-ins fail over.
If set to “
OFF” the plug-ins do not fail over. If you are using the
Netscape Enterprise Server Plug-In, or Apache HTTP Server
you can set this parameter differently for different URLs or
MIME types.
CookieName JSESSIO
NID
If you change the name of the WebLogic Server session cookie
in the WebLogic Server Web Application, you need to change
the
CookieName parameter in the plug-in to the same value.
The name of the WebLogic session cookie is set in the
WebLogic-specific deployment descriptor, in the
<session-descriptor> (see
http://e-docs.bea.com/wls/docs61/webapp/we
blogic_xml.html#session-descriptor) element.
Parameter Default Description