Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Corrected links that should have been relative instead of absolute.

Internal load balancer is used to balance and distribute the requests sent by Adeptia Connect GUI Portal on all the nodes of a cluster. You need to configure the following:

  • IP address of all the nodes of a cluster beneath the load balancer.
  • Sticky session: For internal load balancer, enable cookie stickiness and use application generated cookie 'JSESSIONID'.
  • Deploy SSL: Steps to configure SSL varies from load balancer to load balancer.
  • Set connection idle timeout to 180 seconds.

Verifying Internal Load Balancer Configuration

...

  • .

...

Login to Connect Server using load balancer IP Address in the URL format:

...

For example, http://192.168.1.1:80

Configuring Internal Load Balancer for Health Checkup

...

  1. Go to .../ConnectPortalInstallFolder>/resources_config.
  2. Open application.properties file in the Text Editor.
  3. Set the IP address or domain name of Internal Load Balancer using http/https protocol to access Connect Server in the app.adeptia.host.url.



  4. Save the file.
  5. Restart Connect Portal.

Verifying Internal Load Balancer Configuration

After the load balancer is configured, you need to verify whether load balancer is configured successfully or not. To verify:

Login to Connect Server using load balancer IP Address in the URL format:

<protocol_name>://<IP_address>:<port_number>

For example, http://192.168.1.1:80

 

Next Step

Configuring External Load Balancer