tomcat 5.5 How can I write my persitence session manager

2008-10-16 Thread Alexandre Bes
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. I'd like to learn how to do this, I think do: - Download the sources of tomcat 5.5 - Compile - Wr

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

2008-10-16 Thread Alexandre Bes
help Mark Thomas a écrit : 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 o

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 possib