Hi All,
I have requirement to setup high availability of the RSA IGL application.
here is the environment setup:
I have 2 application server wildfly installed as standalone (pointing to 1 single DB)
I have 1 DB configured with both application server
Question : Can we have load balancer in front of application server which send request to application server (to maintain the load and send request to another if one of them goes down). Is this supported and will work ?
One more thing what we can achieve with wildfly clustering which can not be done with front facing load balancing
Thanks,
Pankaj
A load balancer of course is required as part of the configuration for multiple nodes in a cluster. That is the point of a load balancer.
Clustering is an application server deployment configuration option. Clustering does not necessarily provide high availability or load balancing. No such claims are made.