[PATCH Suggestion] Tomcat 3.2.x adapter in load balancing using URL

2001-04-05 Thread Benoit Derouet
Hi, The load balancer worker fail to handle load balancing if the application use sticky session managed by URL. The load balancer look for a the parameter "jsessionid" in the URL, and then can find the worker to contact for the request. First, the JK_PATH_SESSION_IDENTIFIER in jk_global.h is s

[PATCH] adapter in load balancing (version 1.2 - Tomcat 3.2.x)

2001-01-12 Thread Benoit Derouet
Hi, The load balancer worker fail to handle load balancing (with sticky sessions) if the application uses custom cookies. In some circumstances, the load balancer worker can't retreive the server name from the JSessionID cookie and is not able to redirect to the good server.