Re: mod_jk load balancer questions

2006-08-03 Thread vin
Thank you for the reply. My configuration uses IIS 5.1 as the webserver. I read on some forums that IIS has issues handling uris with ;jsessionid. Is this still the case in iis 5.1? Does anyone know? thanks. --- Rainer Jung <[EMAIL PROTECTED]> wrote: > > example: > > localhost/abc.html;jsession

Re: mod_jk load balancer questions

2006-08-02 Thread Rainer Jung
> example: > localhost/abc.html;jsessionid=afsdfasdf?test=abc > or > localhost/abc.html?;jsessionid=adsfasdf&test=abc > > which of the above is correct? The first one. Rainer - To start a new topic, e-mail: users@tomcat.apache

mod_jk load balancer questions

2006-08-02 Thread vin
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,