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
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
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
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
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
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
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 ???
-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
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
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
10 matches
Mail list logo