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/frmservlethttp://server2:8002/forms/frmservletI 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