Request -> Load Balancer -> Web Servers -> App Servers
In our environment the Load Balancer balances requests across the web servers which in turn choose an app server to forward processing to for any JSPs or
Servlets etc. My question is...when the app server returns the request to the Web server is it always the same web server that handed it the request? If so, how does it know (remember) which one to return it to?
Thanks
Jim