Re: Polling servlet and session expiration - avoid calling request.getSession() ?

2011-01-08 Thread rom
On 01/09/2011 12:52 AM, Konstantin Kolinko wrote: > [1] > http://tomcat.apache.org/tomcat-6.0-doc/config/systemprops.html#Specification Oops! sorry, i've missed that one! Now it's perfectly clear. Thanks for your help. Alberto --

Polling servlet and session expiration - avoid calling request.getSession() ?

2011-01-08 Thread rom
hi all, I have to implement a polling mechanism that repeatedly sends a request to a servlet. This servlet doesn't need the user session, and i don't want these requests to update the session's lastAccessedTime, thus preventing regular session timeout when the user isn't doing anything else. I've

jk_translate::mod_jk.c (3033): missing uri map for

2008-01-29 Thread f rom
On our suse webserver that was working I have upgraded apache to v2.2.6. I got myself also a new mod_jk. However mod_jk is now failing with : jk_translate::mod_jk.c (3033): missing uri map for bla Has the config been changed between versions ? Ou