Login  Register

LoadBalancer

Posted by latifa on Nov 14, 2017; 2:32pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/LoadBalancer-tp4440.html

Hi Erman,

I am configuring the load balancing in Oracle EBS R12.1.3 :

I have modified these parameters:

s_external_url from http://server1.domain1 to http://LBR.domain2
s_webentryhost: from servers1 to LBR
s_webentrydomain : domain2
s_login_page : from http://server1.domain1/OA_HTML/AppsLogin to http://LBR.domain2/OA_HTML/AppsLogin.

and also:
s_webport no change : 10000
s_active_webport from 10000 to 80

But I have no DNS so I put
@IP LBR.domain2 in /etc/hosts of server1
@IP LBR.domain2 in the /etc/hosts of windows server

However I can't connect to the application.

Check the load balancer by:

curl http://LBR.domain2/OA_HTML/AppsLogin -H 'Host: LBR.domain2'
<HTML><HEAD><TITLE>Redirect to http://LBR.domain2/OA_HTML/AppsLocalLogin.jsp</TITLE></HEAD><BODY>http://LBR.domain2/OA_HTML/AppsLocalLogin.jsp</BODY></HTML>


Regards,
Latifa