weblogic 10.3.6 as RPS using HttpClusterServlet
Team,
I need your help to implement the weblogic as reverse proxy server to forward request to weblogic PIA. I implemented the weblogic cluster for web server fail-over,infront of weblogic cluster,palnning to keep weblogic itself as a reverse proxy based on my client request.
weblogic RPS is able to forward request when I use HttpProxyServlet,However, I need to use HttpClusterServelet to load balance the request to 2 different PIA which are in different machine. when using clusterservlet, I am unable to login successfully,the signon page keeps rotating, any idea how do I make clusterservlet works correctly.
This is the change I made in web.xml(PIA_HOME/applications/HttpClusterServlet/WEB-INF),I referred the people book link