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:1098    0.0.0.0:*    LISTEN      21222/java                        
                                                                            
tcp  0  0 127.0.0.1:1099    0.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=bb&op=viewtopic&p=3837328#3837328

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=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

Reply via email to