Static class across multiple tomcats?

2007-03-30 Thread James Sherwood
Hello, What I am trying to do is to have a thread running to check a database for something at a certian time. All is well but when we launch both tomcats, there are 2 threads running and I cannot figure out how to have only 1 thread running as it seams static classes are unique to each tomc

Re: Session

2007-03-22 Thread James Sherwood
Hello, I tried this by using an iframe in the page that kept refreshing the page. It works but the only problem is you get a click everytime the frame refreshes. What in javascript would constitute a 'keep alive' request? I tried images loading etc and they didnt seem to do it. Thanks, Jame

Session

2007-03-22 Thread James Sherwood
Hello, I am trying to make the session in my java(Tapestry) project only expire when the browser is closed. Any hints on how to do this? Thanks, James - To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe