In a clustered architecture where there are multiple app server(nodes), load balancing takes place at web-server level or somewhere else.
Is it possible that we can have load balancing among two web-servers?
In a clustered architecture where there are multiple app server(nodes), load balancing takes place at web-server level or somewhere else.
Is it possible that we can have load balancing among two web-servers?
Short answer is yes you can have multiple web-servers. It depends on the level of fail-over you want to support, but a pretty standard topology is using a load balancer (like F5) which then routes to a web server (IHS+WebSphere Plugin) which handles routing to back-end AppServer and ensures HTTP session affinity.
A lengthy, but detailed read, on how you might choose the right approach: https://www.ibm.com/developerworks/websphere/techjournal/1010_pape/1010_pape.html
There is a similar thread from several years ago on developerworks-- WebSphere > Forum: WebSphere Application Server > Topic: Load Balancing Requests from WAS to Web servers :