keeping same session via apache2 mod_jk2 and tomcat5

2006-03-27 Thread Vahid Hedayati
Hiya all tried to answer back to my last post but it kept timing out maybe it was too long - anyways I just wondered if there was anything else i can try :( If port 8180 keeps the sessions but port 80 keeps recycling sessions surely it must be an issue with mod_jk I have also tried mod_jk2 and

Re: keeping same session via apache2 mod_jk2 and tomcat5

2006-03-22 Thread Vahid Hedayati
;AJP/1.3"> > ... > > In httpd.conf, I map all (most) context paths to worker0. > # > /context1/* worker0 > /context2/* worker0 > > My advice is to keep things as simple as possible. > > HTH, > > Long > www.edgesoft.ca > > > - Original Message

Re: keeping same session via apache2 mod_jk2 and tomcat5

2006-03-21 Thread Vahid Hedayati
.balancer.sticky_session=true | false > > Not sure if the option can be use for regular workers as well, but might > worth a try. > > Long > www.edgesoft.ca > > - Original Message - > From: "Vahid Hedayati" <[EMAIL PROTECTED]> > To: "Tom

Re: keeping same session via apache2 mod_jk2 and tomcat5

2006-03-21 Thread Vahid Hedayati
create problems if configured incorrectly. > Try simply removing it, until your app works. > - You can NOT use the same appBase for 2 different hosts >you are always getting all contexts in both hosts > (except if the given dir is completely empty) > > good luck! > &

Re: keeping same session via apache2 mod_jk2 and tomcat5

2006-03-21 Thread Vahid Hedayati
pp) > > yould check with ethereal or try using cookie-less mode with > response.encodeURL(hyperlink) > > hope this helps > > R. > > Am Freitag, 17. März 2006 13:35 schrieb Vahid Hedayati: > > Hi All. > > > > Have been looking for a few days now for a fix for

Re: keeping same session via apache2 mod_jk2 and tomcat5

2006-03-20 Thread Vahid Hedayati
oute attribute is not set, or > not > set properly. > > > > Make sure that the jvmRoute value is set to the worker name, and has a > legal > value (no spaces or . etc.) > > Tim > > -Original Message- > From: Vahid Hedayati [mailto:[EMAIL PROTECTED] &

Re: keeping same session via apache2 mod_jk2 and tomcat5

2006-03-20 Thread Vahid Hedayati
___ http://www.greenlightproductions.co.uk/servlets/SessionExample This still changes session ID http://www.greenlightproductions.co.uk:8180/servlets/SessionExample This doesnt :( Can anyone tell me why this is happening ? Thanks vahid On 3/17/06, Steve Ochani <[EMAIL PROTECTED]> wrote: > > On 17 M

keeping same session via apache2 mod_jk2 and tomcat5

2006-03-17 Thread Vahid Hedayati
Hi All. Have been looking for a few days now for a fix for this one issue that I just cannot get around.. Basically If I run http://www.greenlightproductions.co.uk/servlets/SessionExample The session ID keeps changing if you refresh the page (same goes for all other servlet code I been using