Mladen Turk wrote:
On 12/3/2012 11:18, Orhan Karasakal wrote:
But firstly I want to send requests to loadbalancer and then according to
url, sending the other nodes.

Session affinity should handle that.

Session affinity should ensure that once a session is started with one application on a particular worker, follow-up requests by the same browser to the same application should continue to go to the same tomcat worker.

But it does not allow one to control to which worker the *first* request to a particular application will go, or does it ?

But if you wish something else use some other loadbalancer,
eg. mod_rewrite round-robin and multiple mod_jk workers.



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to