Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

Configure Path Routing on F5 LTM

khairi
Nimbostratus
Nimbostratus

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

 

4 REPLIES 4

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.

Regards,
Dario.

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

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.

Regards,
Dario.

Hi Dario

 

Thanks for your help, I try first

 

Regards

 

Labib