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@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to