[JBoss-user] [Installation Configuration] - jboss.bind.address in 3.2.2 and 3.2.3

2004-06-08 Thread mharnvi

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

tcp0 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=bbop=viewtopicp=3837941#3837941

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=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


[JBoss-user] [Installation Configuration] - Re: Raising JBoss ports on one particular ip-addess

2004-06-03 Thread mharnvi
I'm on Linux and even without jboss.bind.address set JBoss only binds one IP address. 
I want it to listen on all interfaces. Here is netstat -at:

tcp  0  0 127.0.0.1:10980.0.0.0:*LISTEN  21222/java

tcp  0  0 127.0.0.1:10990.0.0.0:*LISTEN  21222/java
  

Apache on the other hand looks like this:

tcp  0  0 0.0.0.0:80  0.0.0.0:* LISTEN  27147/httpd 

I tried setting jboss.bind.address to  in run.sh but nothing changed. 

Anyone?

 /Markus





View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=3837328#3837328

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=3837328


---
This SF.Net email is sponsored by the new InstallShield X.
From Windows to Linux, servers to mobile, InstallShield X is the one
installation-authoring solution that does it all. Learn more and
evaluate today! http://www.installshield.com/Dev2Dev/0504
___
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user