Re: Http session lost b/w struts actions on Linux but not in Win

2009-12-23 Thread Tsirkin Evgeny
d the production/test boxes are on Linux. > > > > Regards > > > > Ron > > > > - Original Message ----- From: "Johan Thorselius" < > > johan.thorsel...@gmail.com> > > To: "Tomcat Users List" > > Sent: Tuesday, December 22, 2009 11:3

Re: Http session lost b/w struts actions on Linux but not in Win

2009-12-23 Thread Konstantin Kolinko
egards >> >> Ron >> >> - Original Message ----- From: "Johan Thorselius" < >> johan.thorsel...@gmail.com> >> To: "Tomcat Users List" >> Sent: Tuesday, December 22, 2009 11:38 PM >> Subject: Re: Http sessio

Re: Http session lost b/w struts actions on Linux but not in Win

2009-12-23 Thread Johan Thorselius
l Message - From: "Johan Thorselius" < > johan.thorsel...@gmail.com> > To: "Tomcat Users List" > Sent: Tuesday, December 22, 2009 11:38 PM > Subject: Re: Http session lost b/w struts actions on Linux but not in Win > > > > I here add some info fr

Re: Http session lost b/w struts actions on Linux but not in Win

2009-12-22 Thread Ron McNulty
lius" To: "Tomcat Users List" Sent: Tuesday, December 22, 2009 11:38 PM Subject: Re: Http session lost b/w struts actions on Linux but not in Win I here add some info from Firebug which may be significant. 'GET localhost:8080/wap-app/start.action': CookieJSESSION

Re: Http session lost b/w struts actions on Linux but not in Win

2009-12-22 Thread Johan Thorselius
I here add some info from Firebug which may be significant. 'GET localhost:8080/wap-app/start.action': CookieJSESSIONID=9726CDF4A527E3D98451140AB69EFA2C; JSESSIONID=BEED739340DDD4370C85A9D12917692A 'GET localhost:8080/webdav/images/.../1px.gif': CookieJSESSIONID=BEED739340DDD4370C85A9D12917

Re: Http session lost b/w struts actions on Linux but not in Win

2009-12-22 Thread Johan Thorselius
The issue now boils down to the following a bit strange thing. Any idea why this happens ? - request.getSession() returns an incorrect null on Linux, but on Windows it's OK - under the following circumstances: When using Firebug on Firefox I noted that a corporate common .css references a 1-pixe

Re: Http session lost b/w struts actions on Linux but not in Win

2009-12-21 Thread Johan Thorselius
Thanks, but the folder permissions where already like >> drwxr-xr-x Johan 2009/12/17 Martin Gainty > > sounds like a permissions error on the work folders > /tomcat/apache-tomcat-6.0.18/work > fu...@127.0.0.1 /tomcat/apache-tomcat-6.0.18/work > $ ls -al > total 0 > drwx--+ 3 ???

Re: Http session lost b/w struts actions on Linux but not in Win

2009-12-17 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Johan, On 12/17/2009 7:52 AM, Johan Thorselius wrote: > request.getSession() returns an incorrect null on Linux, but on Windows it's > OK. That's odd... request.getSession() should never return null. This method: " Returns the current session associ

Re: Http session lost b/w struts actions on Linux but not in Win

2009-12-17 Thread Pid
On 17/12/2009 12:52, Johan Thorselius wrote: request.getSession() returns an incorrect null on Linux, but on Windows it's OK. I have an ordinary Struts2 web app deployed on Tomcat 6.0.20, together with a JAAS-solution where I have my own Valve class. The Valve repeatedly executes invoke() with

RE: Http session lost b/w struts actions on Linux but not in Win

2009-12-17 Thread Martin Gainty
sounds like a permissions error on the work folders /tomcat/apache-tomcat-6.0.18/work fu...@127.0.0.1 /tomcat/apache-tomcat-6.0.18/work $ ls -al total 0 drwx--+ 3 0 at a min i would turn on read/execute for tomcat work folder chmod +x . chmod +r . $ ls -al total 0 drwxr-x