HttpProxyServlet

This servlet is also provided as part of the WebLogic server distribution. It redirects a client HTTP request from the WebLogic server to a plain old HTML server such as Apache, Netscape, or IIS. The proxy server is installed by configuring it as part of an installed Web application.

This is accomplished by including the proxy servlet in the deployment descriptor for your example server. The class name for the ProxyServlet is “weblogic.tc.srvr.HttpProxyServlet.” The XML clause for this might be as follows:

 <servlet> <servlet-name>ProxyServlet</servlet-name> <servlet-class> weblogic.t3.srvr.HttpProxyServlet </servlet-class> <init-param> <param-name>redirectURL</param-name> <param-value> <scheme>server:port </param-value> </init-param> ...

Get BEA WebLogic Server™ Administration Kit now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.