Oracle Weblogic Server (MOSC)

MOSC Banner

Use F5 VIPs with Apache WLProxy- Oracle supported?

edited Mar 10, 2013 11:28PM in Oracle Weblogic Server (MOSC) 2 commentsAnswered
Hi,       We are planning to use below architecture for handling traffic to our application. We are using Apache-WLProxy to proxy requests to Internal-F5, which is going to loadbalance the traffic to weblogic cluster.
       Is this Oracle supported config?

Internet-Firewall  ==>  External-F5  ==> Apache  ==> Internal F5  ==> Weblogic-Cluster

Apache config to proxy requests to Internal-F5
           <LocationMatch "^/(foo|bar)">
                        SetHandler weblogic-handler
                        WLCookieName foo-cookie
                        WebLogicHost foo-cluster.xyz.com
                        WebLogicPort 9602
                        DynamicServerList OFF
                        SecureProxy ON
                        WLSSLWallet /home/www/certs/XYZWallet
                        ErrorPage  /Dusty/foo.html
            </LocationMatch>

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center