Oracle Application

Integrating Hardware Load Balancer with E-Business Suite

Photo by Elena Mozhvilo on Unsplash

This blog covers integrating Hardware Load Balancer also known as Network Load Balancer with Oracle E-Business Suite (EBS).

Hardware Load Balancers are relatively easy to install, integrate and maintain.

In this particular blog, we will be considering a Load Balancer with a Single Web entry point, which means users are accessing EBS Application via a single web URL. This web URL is a load balancer URL that is pointing to EBS Application servers 1 and 2.

For other types of Load Balancer setups, refer to Oracle Doc Id 1375686.1

Hardware Load Balancer can be set up by Network Team. We have to provide the Application server’s hostname (appNode1.domain.com, appNode2.domain.com) and port that will act as Pool Members to the Load Balancer.

Context Variable NameContext Variable DescriptionOld Context ValueNew Context Value
s_webentryurlprotocolProtocol to use web entry urlhttphttps
s_webentryhostName of the host that receives the first HTTP requestappNode1 on Application Server 1 appNode2 on Application Server 2ebsapps
s_webentrydomainDomain name of the host that receives the first HTTP requestexample.comdomain.com
s_active_webportPort on the web server or load balancer that listens for HTTP requests<port>443
s_login_pageURL used to access the Applications logon pagehttp://appNode1.domain.com:<port>/OA_HTML/AppsLogin on Apps Node 1 http://appNode2.domain.com:<port>/OA_HTML/AppsLogin on Apps Node 2https://ebsapps.domain.com/OA_HTML/AppsLogin
s_external_urlURL that third party tools use to connect to the Oracle E-Business Suite System.http://appNode1.domain.com:<port>/ on Apps Node 1 http://appNode2.domain.com:<port>/ on Apps Node 2https://ebsapps.domain.com

Steps to implement SSL-based load balancer :

  1. Stop the EBS application in all nodes.
  2. Take backup of existing CONTEXT_FILE on all the nodes.
  3. Change the above context value on all nodes respective to your environment.
  4. Run autoconfig in all the nodes.
  5. Start the Application.
  6. Access the EBS application from Load Balancer URL.

Leave a Reply