Technical data

10 Proxying Requests to a WebLogic Cluster
10-8 Administration Guide
Table 10-1 WLS 6.1 SP02 Proxy Servlet Deployment Parameters
Parameter in WLS
6.1 SP02 and Later
Usage Deprecated
Equivalent
WebLogicCluster <init-param>
<param-name>WebLogicCluster</param-name>
<param-value>WLS1.com:port|WLS2.com:port
</param-value>
Where WLS1.com and WLS2.com are the host names of
servers in the cluster, and
port is a port where the host is
listening for HTTP requests.
If you are using SSL between the plug-in and WebLogic
Server, set the port number to the SSL listen port (see
Configuring the Listen Port) and set the
SecureProxy
parameter to ON.
defaultServers
SecureProxy <init-param>
<param-name>SecureProxy</param-name>
<param-value>ParameterValue</param-value>
</init-param>
Valid values are ON and OFF.
If you are using SSL between the plug-in and WebLogic
Server, set the port number to the SSL listen port and set the
SecureProxy parameter to ON.
secureProxy
DebugConfigInfo <init-param>
<param-name>Debug</param-name>
<param-value>ParameterValue</param-value>
</init-param>
Valid values are ON and 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.
DebugConfig
Info