• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Tomcat in memory session replication - multicast problem

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I have a fedora 11 server built with multicast (as can bee seen form ifconfig eth0)
Since my cluster nodes are not discovering each other, I tried the following command:
$ route add -net 224.0.0.0 netmask 240.0.0.0 dev eth0

and then checked with route -n, the entry has been added.
Still I cannot ping 224.0.0.1 (it does not return)

I get the message saying :

"skipping state transfer. No members active in cluster group."
I have used the basic one line as well as the advanced configuration mentioned in http://tomcat.apache.org/tomcat-6.0-doc/cluster-howto.html

What else can I do to solve this problem?
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic