Environment:
- IBM HTTP Server 8.5 - http:81/https:91
- Liberty Profile 8.5.5.1
- IBM Worklight 6.2 - http:9081/https:9091
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.