WebLogic HA Cluster

classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

WebLogic HA Cluster

musa
This post was updated on .
Hi.
I have installed Weblogic Cluster using your guide: fmw-12c-forms-and-reports-cluster.html (ver 12.2.1.3).
Now I have 2 MS in forms_cluster, and I can access forms app via links:
http://server1:8001/forms/frmservlet
http://server2:8002/forms/frmservlet

I have edited mod_wl_ohs on server1 & server2 with entry:
<Location /forms>
        SetHandler weblogic-handler
        WebLogicCluster server1:8001,server2:8002
</Location>

Now I can access forms app via server1(ohs1) and server2(ohs2):
http://server1:7777/forms/frmservlet -> routing to app on Server1 & Server2 => OK
http://server2:7777/forms/frmservlet -> routing to app on Server1 & Server2 => OK

I would like to have URL http://WlCluster:7777/forms/frmservlet which will route to http://server1:7777/forms/frmservlet & http://server2:7777/forms/frmservlet.
How can I configure load balancer which will route traffic to two servers. Can I achieve that via WebLogic Proxy Plug-in and OHS? Can you please advise me.

Thx!
musa
Reply | Threaded
Open this post in threaded view
|

Re: WebLogic HA Cluster

ErmanArslansOracleBlog
Administrator
As I mentioned in that guide -> optionally, we may configure a load balancer in front of our Http Servers..
Reply | Threaded
Open this post in threaded view
|

Re: WebLogic HA Cluster

ErmanArslansOracleBlog
Administrator
Read - > "Fusion Middleware High Availability Guide" -> 9.9 Configuring Oracle HTTP Server for High Availability

Link: https://docs.oracle.com/middleware/1221/core/ASHIA/webtier.htm#ASHIA4287