Re: Tomcat 6.0.18 clustering problem

2011-06-15 Thread Mark Eggers
- Original Message - From: Nilesh - MiKu niles...@directi.com To: Tomcat Users List users@tomcat.apache.org; Mark Eggers its_toas...@yahoo.com Cc: Sent: Tuesday, June 14, 2011 4:01 AM Subject: Re: Tomcat 6.0.18 clustering problem T hanks Mark. :) My comments inlined

Re: Tomcat 6.0.18 clustering problem

2011-06-14 Thread Nilesh - MiKu
- From: Nilesh - MiKu niles...@directi.com 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), with n1 running t1

Tomcat 6.0.18 clustering problem

2011-06-13 Thread Nilesh - MiKu
Hi people... Background : I have two nodes (say, n1 and n2) running 3 instances of tomcat (say t1, t2, t3), with n1 running t1, t3 and n2 running t2. (All running same application.). I want to make clustering for n1-t1 and n2-t2. Clustering cofig for n1-t1 is Cluster

Re: Tomcat 6.0.18 clustering problem

2011-06-13 Thread Mark Eggers
- Original Message - From: Nilesh - MiKu niles...@directi.com 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

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

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 tomcat-home\apache-tomcat-6.0.18\webapps\examples\WEB-INF\classes\sessions with the attached one. 2)mark the web.xml in

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

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

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

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.. session getting replicated partially

2008-11-24 Thread Bhooshan Pandit
: Tue, 25 Nov 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 application

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

Re: Tomcat 6.0.18 clustering

2008-10-31 Thread Filip Hanik - Dev Lists
for session storage with JDBC, you don't use the Cluster element, you use the Manager 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

Tomcat 6.0.18 clustering

2008-10-30 Thread firefinger
Hello, I would like to create a Tomcat 6.0.18. cluster with session replication based on JDBC store, and with WAR auto-deployment on tomcat instances. The would be like this: Load Balancer / \ Cluster1 Cluster2 / \/ \ Tomcat1 Tomcat2