[jboss-user] [Clustering/JBoss] - Re: Clustering JBOSS 5.0
Hi, I am also trying to achieve clustering in jboss 5.0.1ga. I have successfully formed group of three node but my application is not getting deployed on other two nodes. As with 4.x farm deployment was available but it's not available in 5.0.1ga, so where should i put my ear to get it deployed automatically on all cluster nodes. You can also refer my post: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=155687 Thanks in advance. Mahesh[/url] View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4232209#4232209 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4232209 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Clustering/JBoss] - Re: Clustering JBOSS 5.0
Oki, thank you for you answer. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231898#4231898 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231898 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Clustering/JBoss] - Re: Clustering JBOSS 5.0
^you might want to change following parameter View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231273#4231273 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231273 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user
[jboss-user] [Clustering/JBoss] - Re: Clustering JBOSS 5.0
Hi I think farmin is not available on jboss 5.0.0GA but will be available with 5.1.0GA via profile settings. In order make cluster between to nodes, you can download 5.0.0GA start with on Node 1 ./run.sh -c all -Djboss.partition.name=xyz -Djboss.messaging.ServerPeerID=1 start with on Node 2 ./run.sh -c all -Djboss.partition.name=xyz -Djboss.messaging.ServerPeerID=2 I dont think you need to edit anything else. If there is already running clustered environment in your local network, you might want to following parameter as well -Djboss.partition.UdpGroup= UDP_ADDRESS View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4231271#4231271 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4231271 ___ jboss-user mailing list jboss-user@lists.jboss.org https://lists.jboss.org/mailman/listinfo/jboss-user