Re: JDBCStore Persistent Manager

2011-04-27 Thread Martin Grotzke
Badh, Tajvinder [mailto:tajvinder.b...@emc.com] > Sent: 27 April 2011 11:19 > To: Reinwald Warapen; Tomcat Users List > Subject: RE: JDBCStore Persistent Manager > > Hi, > > Thank you for the suggestions. I will take try it out and let you know how it > goe

RE: JDBCStore Persistent Manager

2011-04-27 Thread Badh, Tajvinder
would need to be entered into this section of the configuration? Regards, Taj -Original Message- From: Badh, Tajvinder [mailto:tajvinder.b...@emc.com] Sent: 27 April 2011 11:19 To: Reinwald Warapen; Tomcat Users List Subject: RE: JDBCStore Persistent Manager Hi, Thank you for the

RE: JDBCStore Persistent Manager

2011-04-27 Thread Badh, Tajvinder
Hi, Thank you for the suggestions. I will take try it out and let you know how it goes. Regards, Taj -Original Message- From: Reinwald Warapen [mailto:reinwal...@directi.com] Sent: 27 April 2011 10:18 To: Tomcat Users List Cc: Badh, Tajvinder Subject: Re: JDBCStore Persistent Manager

Re: JDBCStore Persistent Manager

2011-04-27 Thread Reinwald Warapen
I had the same requirement and tried everything possible with the Persistent Manager. I use the Memcached Session Manager (non-sticky approach) and it works brilliantly. Take a look at this which may be of help to you : http://www.reinwaldwarapen.com/2011/01/storing-and-sharing-sessions-among.

Re: JDBCStore Persistent Manager

2011-04-26 Thread Martin Grotzke
An option for such a case is memcached-session-manager with stickyness disabled: http://code.google.com/p/memcached-session-manager/ A user reported on the msm mailing list that he was trying to achieve the same what you want, also with persistentmanager, but ran into the same problem as you do. T