18-Aug-2020 20:35
Hi All
Currently we are using Oracle HTTP Server to load balance traffic to Oracle Service Bus, We would like to replace Oracle HTTP Server with F5 LTM, but I don't know hot to set load balance based on path URL Service on F5. here is existing configuration on Oracle HTTP Server:
<VirtualHost *:7777>
ServerName soa1.jne.co.id:7001
ServerAdmin fendi.pnet@gmail.com
RewriteEngine On
RewriteOptions inherit
<Location /trackingnew_sb>
WLSRequest ON
WebLogicCluster soa1.jne.co.id:7003,soa1.jne.co.id:7103,soa1.jne.co.id:7203
WLProxySSL ON
WLProxySSLPassThrough ON
</Location>
<Location /checktariff_sb>
WLSRequest ON
WebLogicCluster soa1.jne.co.id:7003,soa1.jne.co.id:7103,soa1.jne.co.id:7203
WLProxySSL ON
WLProxySSLPassThrough ON
</Location>
</VirtualHost>
Thanks
19-Aug-2020 00:28
Hello Khairi.
Here you have all the details for the deployment.
https://www.f5.com/pdf/deployment-guides/oracle-rac-database-dg.pdf
Regards,
Dario.
19-Aug-2020 06:00
Hi Dario
Thanks four help, but I can not find how to set load balance based on URL path on https://www.f5.com/pdf/deployment-guides/oracle-rac-database-dg.pdf
Is there another option?
Thanks
Regards
Labib
19-Aug-2020 06:17
Hello Labib.
If the traffic is HTTP, you have thousand of example here in devcentral of how to loadbalance base on URL path.
REF - https://devcentral.f5.com/s/question/0D51T00006i7iZT/redirect-to-different-pool-based-on-url
Using policies is also a good idea.
Regards,
Dario.
24-Aug-2020 19:22
Hi Dario
Thanks for your help, I try first
Regards
Labib