Re: Tomcat 6.0.18 clustering problem

2011-06-15 Thread Mark Eggers
- Original Message - > From: Nilesh - MiKu > To: Tomcat Users List ; Mark Eggers > > Cc: > Sent: Tuesday, June 14, 2011 4:01 AM > Subject: Re: Tomcat 6.0.18 clustering problem > >T hanks Mark. :) > > My comments inlined... > > Over and above, th

Re: Tomcat 6.0.18 clustering problem

2011-06-14 Thread Nilesh - MiKu
Thanks Mark. :) My comments inlined... Over and above, the underlined network pipeline system also seems to be fine. Still dont understand what is wrong. After enabling the logs to FINE level, i could see following... Jun 14, 2011 10:26:38 AM org.apache.catalina.tribes.transport.ReceiverBase get

Re: Tomcat 6.0.18 clustering problem

2011-06-13 Thread Mark Eggers
- Original Message - > From: Nilesh - MiKu > To: users@tomcat.apache.org > Cc: > Sent: Monday, June 13, 2011 8:36 AM > Subject: Tomcat 6.0.18 clustering problem > > Hi people... > > Background : > > I have two nodes (say, n1 and n2) running 3 instances of tomcat (say t1, t2, > t3), wi

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
Hi Bhoosan, I am using sticky session setup at LB. What do you mean by "use replicated sessions"? I dont have that kind of configuration setup at my LB. As far as I know, whatever the configuration at LB is, when cluster configuration (in server.xml) is correct, session replication should be

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
Why don't you use replicated sessions? I believe with sticky sessions the session data does not get copied over to other servers 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

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.

Re: Tomcat 6.0.18 clustering

2008-10-31 Thread Filip Hanik - Dev Lists
for session storage with JDBC, you don't use the element, you use the element only to configure the PersistenceManager, the doc still marks this codebase as experimental Filip firefinger wrote: Hello, I would like to create a Tomcat 6.0.18. cluster with session replication based on JDBC st