Re: Time out on sessions with AJP13

2006-03-13 Thread Tobias Meyer
Yes I also think he should implement something like this: public class SessionListener implements HttpSessionBindingListener, HttpSessionActivationListener, Serializable { ... public void valueUnbound(HttpSessionBindingEvent event) { } ... } and put one of those in each session t

RE: newbie:access tomcat virtual host via apache

2006-02-07 Thread Tobias Meyer
If I do the JkMount /application/* worker1 within my directive in httpd.conf it applies to that virtual host only. Alas I cannot use global JKMounts any more, but that is propably not what you need anyways. (tested with apache 2.0.55 and tomcat 5.0.28 on WinXP) Hth, Tobias > -Original Me

RE: Tomcat 4.1.31, Weird problem. Once in a while an attribute i n the session is not found... look like a RACE?! Is that possible????

2005-12-19 Thread Tobias Meyer
Just a thought - What would happen to your application if the user double-clicked the login button? (or whatever causes the page to load) We also sometimes see such errors if some page loads too slow and the user gets annoyed and logges in again (the login screen invalidates the old session in our

AW: Unable to switch back from https to http

2005-12-08 Thread Tobias Meyer
Most propably you loose your session when redirecting between the protocols. Either because you disabled cookies and do not send the ";jsessionid=aaabbbcccdddeeeff..." in your redirect, or because the cookie is tied to the protocol. (seeing this from a security point of view, this is the right thin

Re: Error: Io exception: Connection reset

2005-11-30 Thread Tobias Meyer
uery" parameter does and where I can find these information on tomcat documentation. -Nanda -Original Message- From: Tobias Meyer [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 12:38 AM To: 'Tomcat Users List' Subject: AW: Error: Io exception: Connection reset

AW: Error: Io exception: Connection reset

2005-11-29 Thread Tobias Meyer
Maybe the user hit the "stop" button on the browser while downloading a page or binary. IIRC this will give you IOExceptions in your servlet when trying to push more data in the "dead" connection. It could also be your firewall, that times out connections which have not been used for some time. I

Re: Tomcat 5.0.28 session timeout / invalidation

2005-11-07 Thread Tobias Meyer
Are you using IIS as frontend on that machine? That is where I have very similar problems... I'll be very much interested in any findings regarding this topic. Tobias Edward Wynn wrote: Hello, I am running Tomcat 5.0.28 and am having some problems with session invalidation / timeout that I