Re: tomcat 5.5 How can I write my persitence session manager

2008-10-17 Thread Alexandre Bes
Hi, I'm confused, I did not see the option "maxIdleBackup." Thank you very much for your help ;) Mark Thomas a écrit : Alexandre Bes wrote: I don't know how to get the manager to start the backup in a struts action. You don't need to. Is it possible, I am curious? In the sess

Re: tomcat 5.5 How can I write my persitence session manager

2008-10-16 Thread Mark Thomas
Alexandre Bes wrote: > Maybe I don't know use the sessions managers provided by tomcat ^ ^. http://tomcat.apache.org/tomcat-6.0-doc/config/manager.html > They save my sessions only when I stop tomcat cleanly. That is configurable. See maxIdleBackup. > Moreover when a > session is saved the manage

Re: tomcat 5.5 How can I write my persitence session manager

2008-10-16 Thread Alexandre Bes
Maybe I don't know use the sessions managers provided by tomcat ^ ^. They save my sessions only when I stop tomcat cleanly. Moreover when a session is saved the manager invalid this session no? I don't know how to get the manager to start the backup in a struts action. thx for your help Mark

Re: tomcat 5.5 How can I write my persitence session manager

2008-10-16 Thread Mark Thomas
Alexandre Bes wrote: > Hi, > > When an authenticated user accesses a specific URL, I need to save its > session to restore it if the server is stopped abruptly. That is why I > plan to write my own session persistence manager. What is wrong with the built in ones? Mark ---