Re: Re: Session replication not working

2005-01-26 Thread bounce
Geachte relatie, Het door u gebruikte e-mailadres is niet meer actief. U kunt uw e-mailbericht sturen naar [EMAIL PROTECTED] of dit bericht beantwoorden. Bedankt voor uw medewerking, Met vriendelijke groet, ATP Hypotheken Het Spoor 40 3994 AK Houten Tel. 030 750 25 33 Fax. 030 750 25 88 [EMAI

Re: Session replication not working

2005-01-26 Thread Nic Holbrook
This should work. Your linux boxes won't route multicast without the entry in the routing table. I found this out while trying to debug clustering with jboss and it fixed all my issues. Also make sure any routers on your network will route multicast. Edmon Begoli wrote: Since you are on RedH

Re: Session replication not working

2005-01-26 Thread Edmon Begoli
Since you are on RedHat you have to do these steps to enable multicast on your machines: assign an IP to a host ifconfig eth0 multicast route add -net 224.0.0.0 netmask 240.0.0.0 dev eth0 Regards, Edmon Simon Whiteside wrote: Hi Filip, are you running iptables firewall? no. The servers are inside

Re: Session replication not working

2005-01-26 Thread Simon Whiteside
Hi Filip, are you running iptables firewall? no. The servers are inside a hardware firewall. that might also be blocking your multicast. I do suggest you get a little utility that tests your multicast. Can you suggest one? Regards, Simon -- Simon Whiteside Lateral Arts Limite

Re: Session replication not working

2005-01-26 Thread Filip Hanik - Dev
, January 26, 2005 3:49 PM Subject: Re: Session replication not working Hi Filip, here's my ifconfig-a: eth0 Link encap:Ethernet HWaddr 00:11:43:CD:CD:AE inet addr:10.0.0.51 Bcast:10.0.0.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1

Re: Session replication not working

2005-01-26 Thread Simon Whiteside
Hi Filip, here's my ifconfig-a: eth0 Link encap:Ethernet HWaddr 00:11:43:CD:CD:AE inet addr:10.0.0.51 Bcast:10.0.0.255 Mask:255.255.255.0 UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1 RX packets:43287835 errors:0 dropped:0 overruns:0 frame:0 TX packe

Re: Session replication not working

2005-01-26 Thread Filip Hanik - Dev
ifconfig -a multihomed simply means there is more than one network card ping doesn't verify UDP and multicast. Filip - Original Message - From: "Simon Whiteside" <[EMAIL PROTECTED]> To: "Tomcat Users List" Sent: Wednesday, January 26, 2005 3:43 PM S

Re: Session replication not working

2005-01-26 Thread Simon Whiteside
Hi Filip, I've just done: route -n on one of the servers and got: Kernel IP routing table Destination Gateway Genmask Flags Metric RefUse Iface 10.0.0.00.0.0.0 255.255.255.0 U 0 00 eth0 169.254.0.0 0.0.0.0 255.255.0.0 U

Re: Session replication not working

2005-01-26 Thread Simon Whiteside
Hi Filip, you haven't mentioned anything about your environment. but my guess is that you might have linux and those boxes are multihomed. if this is the case, its a little tricky to enable multicasting, there is a property "mcastBindAddr" to set the actual interface that sends and receives the mul

Re: Session replication not working

2005-01-26 Thread Filip Hanik - Dev
; Sent: Wednesday, January 26, 2005 3:23 PM Subject: Re: Session replication not working Hi Filip, >the tomcat clustering code and the PersistentManager are not supposed to work >together. > > > does it matter if they're both switched on? >>No members active in cluste

Re: Session replication not working

2005-01-26 Thread Simon Whiteside
Hi Filip, the tomcat clustering code and the PersistentManager are not supposed to work together. does it matter if they're both switched on? No members active in cluster group. means that your multicast discovery isn't working can you suggest a way to resolve this? Regards, Simon -- Si

Re: Session replication not working

2005-01-26 Thread Filip Hanik - Dev
t: Wednesday, January 26, 2005 2:52 PM Subject: Session replication not working Hi! I'm trying to get two tomcat servers to replicate their sessions with each other. We have a BigIP load balancer connecting to two Redhat Linux Enterprise 3 servers running Tomcat only (no Apache). I&#

Session replication not working

2005-01-26 Thread Simon Whiteside
Hi! I'm trying to get two tomcat servers to replicate their sessions with each other. We have a BigIP load balancer connecting to two Redhat Linux Enterprise 3 servers running Tomcat only (no Apache). I've uncommented the Cluster and Replication valve sections in server.xml, added to my web.x