Re: How does Tomcat manage sesssions ?

2004-05-27 Thread Xavier MOGHRABI
Hello, That solution doesn't pleased me a lot because I want to store the session for all deployed context. How can I do that ? Put the Manager inside the Host, not the Context. I did it in the host but it doesn't seem to work. I don't see any Session stored in my database. Do you know how

Re: How does Tomcat manage sesssions ?

2004-05-27 Thread Xavier MOGHRABI
I used that example to write my Manager config. However when the manager is nested inside the host it doesn't look to work since I don't have any row in my database. So I nest the manager in a context as below, and I can see my sessions in the database. ... sessionAppCol="a

Re: How does Tomcat manage sesssions ?

2004-05-26 Thread Xavier MOGHRABI
ments on configuring the session manager. Yoav Shapira Millennium Research Informatics -Original Message- From: Xavier MOGHRABI [mailto:[EMAIL PROTECTED] Sent: Wednesday, May 26, 2004 6:32 AM To: Tomcat Users List Subject: Re: How does Tomcat manage sesssions ? Hi, I've read the

Re: How does Tomcat manage sesssions ?

2004-05-26 Thread Xavier MOGHRABI
apache.org/tomcat/faq/misc.html#persist Yoav Shapira Millennium Research Informatics -Original Message----- From: Xavier MOGHRABI [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 25, 2004 11:29 AM To: Tomcat Users List Subject: How does Tomcat manage sesssions ? Hello, I'm instested to know

How does Tomcat manage sesssions ?

2004-05-25 Thread Xavier MOGHRABI
Hello, I'm instested to know how does Tomcat manage user sessions. I'd like to build a robust application that can survive after server's crashes. Thereby, I'd like that the application is able to recover the session to allow users to go on their work where they were. I've searched information