"hbaxmann" wrote : Looks ok so far. But why does JGroups rely on a reverse DNS lookup: | | 18:10:26,918 INFO [DefaultPartition] Initializing | 18:10:27,128 INFO [UDP] unicast sockets will use interface 192.168.1.102 | 18:10:27,128 INFO [UDP] socket information: | local_addr=tabletti:1479 (additional data: 18 bytes), mcast_addr=228.1.2.3:45566, bind_addr=/192.168.1.102, ttl=32 | socket: bound to 192.168.1.102:1479, receive buffer size=150000, send buffer size=800000 | multicast socket: bound to 192.168.1.102:45566, send buffer size=800000, receive buffer size=150000 | 18:10:27,138 INFO [STDOUT] | ------------------------------------------------------- | GMS: address is tabletti:1479 (additional data: 18 bytes) | ------------------------------------------------------- | | thank you | | bax
Okay, just for you: :-) I added a system property resolve.dns, which disables DNS resolving. By default it is "true" (resolving enabled). Bela View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3838007#3838007 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3838007 ------------------------------------------------------- This SF.Net email is sponsored by: GNOME Foundation Hackers Unite! GUADEC: The world's #1 Open Source Desktop Event. GNOME Users and Developers European Conference, 28-30th June in Norway http://2004/guadec.org _______________________________________________ JBoss-user mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jboss-user
