Re: sessions on tomcat restart in cluster

2009-10-27 Thread Tsirkin Evgeny
First of all please note that i really appreciate the tomcat developers work and thank them for it. However see my notes below: On Mon, Oct 26, 2009 at 9:21 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tsirkin, On 10/25/2009

Re: sessions on tomcat restart in cluster

2009-10-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tsirkin, On 10/27/2009 9:48 AM, Tsirkin Evgeny wrote: Actually your solution is pretty fine. Just that there is no need in controller backup - in case that the controller goes down another node should take other (that;s for example how

Re: sessions on tomcat restart in cluster

2009-10-26 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tsirkin, On 10/25/2009 8:10 AM, Tsirkin Evgeny wrote: However even if some session got _ not _ to be replicated after a restart - this is far less a problem then a case of _ all _ session not to be restored after a restart. Yeah, it's simple:

sessions on tomcat restart in cluster

2009-10-25 Thread Tsirkin Evgeny
Hi all! Does the cluster DeltaManager supports storing the session in a file on restarts? It seems to me that when closing both servers in my cluster and then starting them again the sessions are not restored .What is a solution for that . (P.S. tomcat 6.0 apache 2) Thanks EVgeny

Re: sessions on tomcat restart in cluster

2009-10-25 Thread Tsirkin Evgeny
I had a short into a source code ( http://svn.apache.org/viewvc/tomcat/tc6.0.x/trunk/java/org/apache/catalina/ha/session/DeltaManager.java?revision=817103view=markup ) and it seems that DeltaManager does not support what i want: I want my sessions replicated across tomcats (2 nodes) but in case