JGroup Configuration in JBOSS 4.2.0GA

If you are upgrading to JBoss 4.2.0 from a lower version and are using replication using JGroups API. Then you are also going to face the same issue which we have faced. In Lower version View.getMembers() function in JGroup API returns the machine name and the same API return the IP address in JBoss 4.0.2. To resolve it you have to specify the system property (-Djgroups.resolve_dns=true). In olders release its value was default true, but in 2.4.1.SP3 it is false.

More stories on JBOSS

Migrating to JBOSS

How to configure tomcat http connector

No comments:

Post a Comment