In 3.2.2 JBoss by default would bind all interfaces on Linux:

tcp    0     0    *:1099     0.0.0.0:*    LISTEN   7780/java

This had some bad affects on JMS. JBoss would tell the clients to access 127.0.0.1. 

See this posting:
http://www.mail-archive.com/[EMAIL PROTECTED]/msg33246.html

In 3.2.3 it always just listen on one interface. I tried to set jboss.bind.address to 
"", since it says in jboss-service.xml that it will then default to all interfaces. 
But it stills only binds to the interfaces mapped to the IP address of the hostname. 

I need JMS to work, but I also would like to have JBoss listening on all interfaces. 
Can this be done?



View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3837941#3837941

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3837941


-------------------------------------------------------
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

Reply via email to