Technical data

10 Proxying Requests to a WebLogic Cluster
10-12 Administration Guide
defaultServers
List of host names and associated plain and SSL
listen ports for the Managed Servers in the
cluster, separated by the | character. For
example:
host1:port:SSLport|
host2:port:SSLport
If you set the secureProxy parameter to ON ,
the HTTPS port uses SSL between the proxy
server and the clustered servers.
You must define the SSL ports, even if
secureProxy is OFF.
None
secureProxy
ON/OFF
. If set to ON, enables SSL between the
HttpClusterServlet and the member of a
WebLogic Server cluster.
OFF
DebugConfigInfo
ON/OFF.
If set to ON, you can query the
HttpClusterServlet for debugging
information by adding a request parameter of
?__WebLogicBridgeConfig to any
request. (Note: There are two underscore ( _ )
characters after the ?.) For security reasons, it
is recommended that you set the
DebugConfigInfo parameter to OFF in a
production environment.
OFF
connectionTimeout
The amount of time, in seconds, that a socket
waits in between reading chunks of data. If the
timeout expires, a
java.io.InterruptedIOException is
thrown
0 = infinite
timeout.
numOfRetries
Number of times HttpClusterServlet will
attempt to retry a failed connection.
5
pathTrim
String to be trimmed from the beginning of the
original URL.
None
trimExt
The file extension to be trimmed from the end of
the URL.
None