7 Replies Latest reply on Nov 9, 2010 3:41 AM by alexpr

    what about ip jGroup?

    alexpr

      Hi guys!

      Im new in JbossAS. (AKA newbie )

      When I work with JBoss cluster, I had a problem is:

      An instance of JBossAS 5.1.0 GA run on machine 192.168.133.29: ./run.sh -b 192.168.133.29 -c all

      Another instance of JBossAS 5.1.0 GA run on machine 192.168.133.40: ./run.sh -b 192.168.133.40 -c all

      And when all started, they join together automatically! I don't wanna to do it because of I dont know another instance AS is vulnerable, and I use Farm to deploy my app in cluster.

      So, I start my JBoss AS with command: ./run.sh -b 192.168.133.29 -c all -u 239.255.100.101 -Djboss.messaging.ServerPeerID=1. Its run isolated with another JbossAS in another machine. So, I got new problem:

      The IP of JGroup is a material of my network? What happen if this IP (239.255.100.101) is block? Can I use -u 192.168.133.30?

       

      Anybody could please let me know clear about problem above?

      Thanks