Technical data

Verifying Your Configuration
Administration Guide 10-13
Cluster Configuration and Proxy Plug-ins
Two WebLogic Server configuration attributes can be set at the cluster level to control the
behavior of the
HttpClusterServlet.
n WeblogicPluginEnabled—If you set this attribute to true for a cluster that
receives requests from the
HttpClusterServlet, the servlet will respond to
getRemoteAddr calls with the address of the browser client from the proprietary
WL-Proxy-Client-IP header, instead of returning the web server address.
n ClientCertProxy Enabled—If you set this attribute to true for a cluster that
receives requests from
HttpClusterServlet, the plug-in sends client certs to
the cluster in the special
WL-Proxy-Client-Cert header, allowing user
authentication to be performed on the proxy server.
For more information see help for the Cluster -->Configuration-->General page in
Administration Console Online Help.
Verifying Your Configuration
To verify that your configuration of the HttpClusterServlet is functioning
correctly:
1. Set the
DebugConfigInfo parameter in web.xml to ON.
2. Use a Web browser to access the following URL:
http://myServer:port/placeholder.jsp?__WebLogicBridgeConfig
Where:
myServer is the Managed Server on the proxy machine where
HttpClusterServlet runs,
pathPrepend
String to be prepended to the beginning of the
original URL, after
pathTrim has been
trimmed, and before the request is forwarded to
a WebLogic Server cluster member.
None