RE: No session in tomcat 5.0.24

2004-05-14 Thread Shapira, Yoav
From: Rob Tillie [mailto:[EMAIL PROTECTED] >Sent: Friday, May 14, 2004 5:07 AM >To: Tomcat Users List >Subject: RE: No session in tomcat 5.0.24 > >Wow, this solved my problem... thanx a lot... so simple after 5 hours of >work. > >Greetz, >-- Rob. > >-Original Me

RE: No session in tomcat 5.0.24

2004-05-14 Thread Matthew Clark
Sent: 14 May 2004 10:01 To: Tomcat Users List Subject: RE: No session in tomcat 5.0.24 Thats me out of ideas then. Good luck. In tomcat version 4 you could have a context container in your server.xml. In tomcat 5 it is recommended that you have these containers in context.xml in the META-INF di

RE: No session in tomcat 5.0.24

2004-05-14 Thread Rob Tillie
Wow, this solved my problem... thanx a lot... so simple after 5 hours of work. Greetz, -- Rob. -Original Message- From: Mario Ivankovits [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 11:05 AM To: Tomcat Users List Subject: Re: No session in tomcat 5.0.24 Rob Tillie wrote: >L

Re: No session in tomcat 5.0.24

2004-05-14 Thread Mario Ivankovits
Rob Tillie wrote: Last night we updated our tomcat server from 5.0.16 to 5.0.24. Suddenly, the web applications don't keep the same session between requests, hereby rendering parts of our applications useless. I have experienced a simmilar problem - it looks like the session was lost between t

RE: No session in tomcat 5.0.24

2004-05-14 Thread Dale, Matt
PROTECTED] Sent: 14 May 2004 09:48 To: Tomcat Users List Subject: RE: No session in tomcat 5.0.24 I only uncommented the invoker servlet in the main web.xml, haven't touched the server.xml. But as it works for another app on the same server, I'm guessing this couldn't be the

RE: No session in tomcat 5.0.24

2004-05-14 Thread Rob Tillie
pps. Greetz, -- Rob. -Original Message- From: Dale, Matt [mailto:[EMAIL PROTECTED] Sent: Friday, May 14, 2004 10:41 AM To: Tomcat Users List Subject: RE: No session in tomcat 5.0.24 What about the main web.xml in the conf directory? and do you have context.xml in the META-INF directory of the app. W

RE: No session in tomcat 5.0.24

2004-05-14 Thread Dale, Matt
: Friday, May 14, 2004 10:30 AM To: Tomcat Users List Subject: RE: No session in tomcat 5.0.24 I would hazard a guess that you have made configurational changes to either the server.xml or the web.xml in your older installation. I would look at all the parameters set in these files carefully and see if

RE: No session in tomcat 5.0.24

2004-05-14 Thread Rob Tillie
:30 AM To: Tomcat Users List Subject: RE: No session in tomcat 5.0.24 I would hazard a guess that you have made configurational changes to either the server.xml or the web.xml in your older installation. I would look at all the parameters set in these files carefully and see if you can spot a

RE: No session in tomcat 5.0.24

2004-05-14 Thread Dale, Matt
I would hazard a guess that you have made configurational changes to either the server.xml or the web.xml in your older installation. I would look at all the parameters set in these files carefully and see if you can spot a difference. Ta Matt -Original Message- From: Rob Tillie [mailt