DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38357>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38357 ------- Additional Comments From [EMAIL PROTECTED] 2006-04-14 11:53 ------- This cannot work as your backend server does not set a session route. The session route must be added to the session value and has to be separated by a '.'. So the contents of your jsessionid should be something like 5C16625C0C45A7EF33487CCC19016A34.first for your first backend server and 5C16625C0C45A7EF33487CCC19016A34.second for your second backend server. If you use Tomcat you can get the session route added by setting the jvmRoute attribute in your engine container to e.g. 'first' or 'second' (see http://tomcat.apache.org/tomcat-5.5-doc/config/engine.html) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
