Re: Polling and session timeout

2010-01-20 Thread grailcattt
That is exactly what I ended up doing and it is working well. I was hoping for a solution that used tomcat session management rather than managing my own session timeouts, but it works well. -- View this message in context: http://old.nabble.com/Polling-and-session-timeout-tp27129549p27252791.ht

Polling and session timeout

2010-01-12 Thread grailcattt
I have a GWT application that polls tomcat periodically to deliver notifications into the browser. This works well, except that the session never times out since the poll period is much shorter than our tomcat timeout (have set to 15 minutes now). Is there any way to specify that my PollingServl

Tomcat as Service -- Working Directory is system32

2008-01-07 Thread grailcattt
When I run Tomcat as a service, the working directory becomes c:\windows\system32. I'm using Grails and it tries to load application.properties and other files such as images from this path. My current workaround is to copy all these files into system32 (i.e. images have to go in c:\windows\syste