Tools / IBM WebSphere Server Interview questions
How the clustering works in IBM WebSphere Server?
WebSphere's web server plugin component routes requests to WebSphere cluster Web Containers (within Application Server JVMs). If it has communication failures with a particular cluster member, it will mark that member down and start routing all requests to the remaining cluster members until the original is available again.
This ensures high availability of the application to the end user.
More Related questions...