Re: Need a sample server.xml file for the session replication using backup manager

2012-04-05 Thread Mark Thomas
On 05/04/2012 14:57, Dhaval Jaiswal wrote: > Thanks for the info. We are using sticky sessions only with BackupManager. > > See We have the current setup. > > 1 Apache + sticky sessions with mod_ajp proxy balancer in httpd.conf + 10 > tomcats. > > currently if one of our tomcat goes down the Us

Re: Need a sample server.xml file for the session replication using backup manager

2012-04-05 Thread Dhaval Jaiswal
Thanks for the info. We are using sticky sessions only with BackupManager. See We have the current setup. 1 Apache + sticky sessions with mod_ajp proxy balancer in httpd.conf + 10 tomcats. currently if one of our tomcat goes down the User sessions goes down, I need to stop this quickly somehow

Re: Need a sample server.xml file for the session replication using backup manager

2012-03-21 Thread Mark Thomas
On 21/03/2012 09:15, Dhaval Jaiswal wrote: > We have already server.xml(changed as per tomcat site instructions) > in place, but it is not working properly. I will give you detail idea > about our environment. > > We have 10 tomcats starting from 192.168.3.1 to 192.168.3.10. I > wanted to make 192

Re: Need a sample server.xml file for the session replication using backup manager

2012-03-21 Thread Dhaval Jaiswal
e tomcat site, change DeltaManager to BackupManager > > > -Original Message- > > From: Dhaval Jaiswal [mailto:dhaval.jais...@via.com] > > Sent: Monday, March 19, 2012 4:32 AM > > To: users@tomcat.apache.org > > Cc: Shrinivas Devarkonda > > Subject: Need a samp

RE: Need a sample server.xml file for the session replication using backup manager

2012-03-20 Thread Filip Hanik (mailing lists)
le server.xml file for the session replication using > backup manager > > Hi List, > > I am planning to implement the session replication using backup manager > mode. > > We have 10 tomcats. we need in place where one node can work as a backup > manager; on which we wan

Need a sample server.xml file for the session replication using backup manager

2012-03-19 Thread Dhaval Jaiswal
Hi List, I am planning to implement the session replication using backup manager mode. We have 10 tomcats. we need in place where one node can work as a backup manager; on which we want to send all jsessions information from rest of the tomcats.