InterviewSolution
Saved Bookmarks
| 1. |
Mention How Does A Websphere Or Any Application Server Clustering Work? |
|
Answer» A WebSphere’s web server PLUGIN component routes requests to WebSphere CLUSTER web containers. If there is a communication failure with a particular cluster member, it will MARK that member down and start routing all requests to the remaining cluster member till the original is AVAILABLE. A WebSphere’s web server plugin component routes requests to WebSphere cluster web containers. If there is a communication failure with a particular cluster member, it will mark that member down and start routing all requests to the remaining cluster member till the original is available. |
|