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.

This section is applicable if you are deploying Adeptia Connect UI Connect on multiples nodes (clustering mode).

...

  • IP address of all the instances of Tomcat beneath the load balancer.
  • Sticky session: For external load balancer, enable Load Balancer generated cookies stickinesscookie stickiness and use load balancer generated cookie. Set the cookie expiration period to 0 second.
  • Deploy SSL: Steps to configure SSL varies from load balancer to load balancer.
  • Set connection idle timeout to 180 seconds.

...

  1. Login to Amazon Web Services.
  2. Under Compute group, click EC2.



  3. Under Resources, click Load Balancers.
  4. Select the load balancer to configure the health check.
  5. Under Health Check tab, click Edit Health Check.
  6. Type /index.html in the Ping Path text box.

     

    Info
    The Ping Protocol must be HTTP or HTTPS.

After you have configured External Load Balancer on Connect Portal, you need to configure HTTP/HTTPS URL in the app.connect.domain property:

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

    Image Added

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

See also

Post Installation Steps - Linux