[jboss-user] [Clustering/JBoss] - Re: Annoying UDP warnings in serverlog from different cluste
visolvejboss
do-not-reply at jboss.com
Tue Feb 13 23:05:23 EST 2007
Hello,
Try the following to avoid UDP Warnings.
1. Don't modify cluster-service.xml file in the JBoss AS.
2. Run the server using the following command.
/run.sh -c all -g server1 -u 228.1.2.3
Where,
-g option is for specifying the partition name.
-u option is for specifying the UDP multicast address.
For more information refer http://wiki.jboss.org/wiki/Wiki.jsp?page=TwoClustersSameNetwork
Hope, It should solve your problem.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4016181#4016181
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4016181
More information about the jboss-user
mailing list