Re: tomcat 6 delta manager dirtyFlag

2008-12-17 Thread rohit aman
Thanks Filip... On Tue, Dec 16, 2008 at 8:35 PM, Filip Hanik - Dev Lists wrote: > rohit aman wrote: > >> Hi, >> >> I have tomcat cluster setup and it's working fine. All I need to do now >> is to replicate the session after every request. For >

tomcat 6 delta manager dirtyFlag

2008-12-16 Thread rohit aman
Hi, I have tomcat cluster setup and it's working fine. All I need to do now is to replicate the session after every request. For SimpleTcpReplicationManager we can use

Re: tomcat 6.0.18 clustering.. session getting replicated partially

2008-11-25 Thread rohit aman
cate your environment > instead, you do the legwork, and you get help for free, not a bad trade if > you ask me > Filip > > rohit aman wrote: > >> Hi Filip, >> All I did was to modify sessions application that comes with tomcat. >> It's just two simple

Re: tomcat 6.0.18 clustering.. session getting replicated partially

2008-11-25 Thread rohit aman
rvers in the LB setup, with > replicated session it does. > > -Original Message- > From: rohit aman <[EMAIL PROTECTED]> > To: Tomcat Users List > Sent: Tue, 25 Nov 2008 6:57 am > Subject: tomcat 6.0.18 clustering.. session getting replicated partially > > > &g

Re: tomcat 6.0.18 clustering.. session getting replicated partially

2008-11-25 Thread rohit aman
le app, and we can test it out > > Filip > > > rohit aman wrote: > >> Hi, >> >> I had setup a tomcat cluster with two nodes. followed the instructions >> from "tomcat 6 clustering how to" document. I created a sample >> application to test

tomcat 6.0.18 clustering.. session getting replicated partially

2008-11-24 Thread rohit aman
Hi, I had setup a tomcat cluster with two nodes. followed the instructions from "tomcat 6 clustering how to" document. I created a sample application to test out my cluster. This application has a cart where u can add items. now, the problem is, not all session variables are getting replicate

tomcat 6.0.18 clustering issue

2008-11-21 Thread rohit aman
Hi guys...I had setup tomcat cluster with 2 nodes. cluster has hardware load balancer with sticky sessions configuration... All the log messages and everything say that the session is being replicated but when one server fails over the other server is kicking out the user here is my server.xml clu

Re: tomcat 6 clustering issue

2008-11-21 Thread rohit aman
p11.Http11Protocol - Stopping Coyote HTTP/1.1 on > http-8080 > > tells us that you stopped the tomcat instance > > Filip > > > > > rohit aman wrote: > >> Hi, >> >> I have a tomcat cluster ( with tomcat 1 and tomcat 2 ) with a hardware >>

tomcat 6 clustering issue

2008-11-20 Thread rohit aman
Hi, I have a tomcat cluster ( with tomcat 1 and tomcat 2 ) with a hardware load balancer infront. Session replication only works in some scenario and does not in others. Here is the scenario where it works... 1) Start tomcat 1 2) access the web application ( session gets created in tom

Re: Tomcat 6 clustering problem...rltd to context path

2008-11-17 Thread rohit aman
On Fri, Nov 14, 2008 at 9:01 PM, Filip Hanik - Dev Lists <[EMAIL PROTECTED] > wrote: > you need to deploy the app on node 2 as well, it says the app is not > installed there > > Filip > > rohit aman wrote: > >> *I have two tomcats (tomcat 6)** setup o

Tomcat 6 clustering problem...rltd to context path

2008-11-14 Thread rohit aman
*I have two tomcats (tomcat 6)** setup on two separate machines. I have a hardware load balancer with scheduling method configured to round robin.* ** *each tomcat recognizes the other one by saying replication member added * ** *I also made the "examples" web application (that comes with tomcat) a