Re: Session Timeout Problems

2001-08-23 Thread Matthias Piehl
Hello, in which case did the timeout occurs? If it is after a long time since the last request i think it is normal. I made some tests with an MaxInactiveInterval of 15 secons. Then i saw, that the HttpSessionBindingListender notice the unbinding event at the latest of 60 secons after the last

Re: change WEB-INF location

2001-08-23 Thread Matthias Piehl
HI --- And I need same WEB-INF for example1, example2 ... examplex and diferent for test. For Classes you can use the $TOMCAT_HOME/lib i think. For propperty files etc. i don't know how to realize it. But maybe it is better / possible to use some settings in config files. Regards

How to flush apache response buffer?

2001-08-22 Thread Matthias Piehl
Hello - We created a chat webapplication using Servlets and JSP. Under Tomcat as stand alone (via port 8080) the method ServletResponse.flushBuffer(); works fine. So we can react directly to incoming messages and internal events by putting the output to the response on this way. But now we