mod_jk load balancer questions
- From: vin <sairam_71 (at) yahoo.com>
- Date: Wed, 2 Aug 2006 14:35:38 -0700 (PDT)
Hi I a question about the load balancer in mod_jk.
I have got the load balancer and sticky sessions to
work using cookies and JSESSIONID cookie name.
I looked at the mod_jk code and for url rewriting it
expects a ;jsessionid in the http request.
My question is,
When cookies are turned off, and url rewriting is
used, where does mod_jk expect the ;jsession id to
go in the url? I have seen in some places it is before
the parameters and sometimes after.
example:
localhost/abc.html;jsessionid=afsdfasdf?test=abc
or
localhost/abc.html?;jsessionid=adsfasdf&test=abc
which of the above is correct?
I am trying to understand what mod_jk expects for my
custom solution.
Thanks for your time.
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
---------------------------------------------------------------------
To start a new topic, e-mail: users (at) tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe (at) tomcat.apache.org
For additional commands, e-mail: users-help (at) tomcat.apache.org