PDA

View Full Version : ajp servlet load balancing jvmroute support


Tex
10-06-2006, 03:47 AM
Hi,

While testing the servlet external app with loadbalancer, I found it was not possible to route the request according to the jvmroute. Is it right ?

Just in case : the jvmroute is an extension added to the JSESSIONID cookie (or URL param) by the servlet server. This let load balancers route the request to the right server (as long as it's up !) for the same session. It avoids having to share sessions between servlet servers. Exemple : "JSESSIONID=B727410E6978F7B953321D985B4357F6.tomcat 01". The JSESSIONID cookie contains an additionnal ID that identifies the server to route the request to. The load balancer config should now include one setting such as "route all jvmroute tomcat01 to server serv01".

This is critical feature.


Thanks.

mistwang
10-06-2006, 09:21 AM
This will be supported in our dedicated load balancer product, which is session aware.