August Simonelli [http://community.jboss.org/people/augustsimonelli] created the discussion
"Re: More JBoss-AS 5 clusters and more Apache Virtual Hosts" To view the discussion, visit: http://community.jboss.org/message/576843#576843 -------------------------------------------------------------- When you say you are adding a second virtual host be sure you aren't adding another mod_cluster virtual; you only need one of those (ie only one listening on, say, port 6666). Both JBoss clusters should talk back to that virtual. To be 100% sure the jboss nodes are all hitting the same port start them up with: jboss.modcluster.proxyList=1.2.3.4:6666,1.2.3.5:6666 (replacing witht he correct IPs of course). This will avoid the multicast and let you know what's up. Post your mod_cluster virtual and the two apache virtuals too if you like! -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/576843#576843] Start a new discussion in Beginner's Corner at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2075]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
