Technical data

D Parameters for Web Server Plug-ins
D-4 Administration Guide
PathTrim null
String trimmed by the plug-in from the beginning of the original
URL, before the request is forwarded to WebLogic Server. For
example, if the URL
http://myWeb.server.com/weblogic/foo
is passed to the plug-in for parsing and if PathTrim has been
set to strip off
/weblogic before handing the URL to
WebLogic Server, the URL forwarded to WebLogic Server is:
http://myWeb.server.com:7001/foo
Note that if you are newly converting an existing third-party
server to proxy requests to WebLogic Server using the plug-in,
you will need to change application paths to /foo to include
weblogic/foo. You can use PathTrim and PathPrepend
in combination to change this path.
PathPrepend null
String that the plug-in prepends to the beginning of the original
URL, after PathTrim is trimmed and before the request is
forwarded to WebLogic Server.
ConnectTimeoutSecs 10
Maximum time in seconds that the plug-in should attempt to
connect to the WebLogic Server host. Make the value greater
than
ConnectRetrySecs. If ConnectTimeoutSecs
expires without a successful connection, even after the
appropriate retries (see ConnectRetrySecs), an HTTP
503/Service Unavailable
response is sent to the client.
You can customize the error response by using the ErrorPage
parameter.
WLDNSRefreshInterval
0 (Lookup
once,
during
startup)
Only applies to NSAPI and Apache.
If defined in the proxy configuration, specifies number of
seconds interval at which WebLogic Server refreshes the server
list.
Parameter Default Description