Environment:
Setup has Load balancer then two IHS[Active/Active] & two Worklight Servers.
Load Balancer routes the request from the client to both IHS in Round Robin.
Each IHS points to both the Worklight servers.
In Worklight.properties,
publicWorkLightHostname=localhost
publicWorkLightProtocol=http
publicWorkLightPort=10080
What should I fill in each .war file deployment in worklight server. Load Balancer IP, Port & Protocol?
I am confused with the Active/Active Webserver's.
See the following:
The publicWorkLightHostname
, publicWorkLightProtocol
, and publicWorkLightPort
properties in the worklight.properties file determine:
In all cases, these hostnames should point to the externally-resolvable address of the Worklight server (in front of any load-balancers, firewalls, proxies, etc.).