Re: tomcat 6.0.18 clustering.. session getting replicated partially

2008-12-10 Thread Filip Hanik - Dev Lists
after modifying the cart, you must add session.setAttribute("cart",cart) to trigger replication Filip rohit aman wrote: Hey Filip, sorry abt that. here is the example web application zip file: http://www.yousendit.com/download/TTZuRFFhbEo5eFh2Wmc9PQ please unzip it, put it in your webap

Re: tomcat 6.0.18 clustering.. session getting replicated partially

2008-11-25 Thread rohit aman
Hey Filip, sorry abt that. here is the example web application zip file: http://www.yousendit.com/download/TTZuRFFhbEo5eFh2Wmc9PQ please unzip it, put it in your webapps directory, then you should be able to access the cart using https:///clusterex/sessions/carts.jsp

Re: tomcat 6.0.18 clustering.. session getting replicated partially

2008-11-25 Thread Filip Hanik - Dev Lists
you're attachment didn't go through, just post a complete example somewhere on the web. for free support, you can't expect the other guy (me in this case) to have to spend time setting up to replicate your environment instead, you do the legwork, and you get help for free, not a bad trade if you

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
Hi Filip, All I did was to modify sessions application that comes with tomcat. It's just two simple changes shown below. 1) Replace the DummCart.class in \apache-tomcat-6.0.18\webapps\examples\WEB-INF\classes\sessions with the attached one. 2)mark the web.xml in \apache-tomcat-6.0.18\web

Re: tomcat 6.0.18 clustering.. session getting replicated partially

2008-11-24 Thread Bhooshan Pandit
v 2008 6:57 am Subject: tomcat 6.0.18 clustering.. session getting replicated partially 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 applicati

Re: tomcat 6.0.18 clustering.. session getting replicated partially

2008-11-24 Thread Filip Hanik - Dev Lists
post a sample 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 out my cluster. This application has a cart where u can add items.

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