Hello
I set the host property to "myhost", let the port to 5400 and run JBoss AS with this option: -b myhost
Once launched, I type a netstat -a command. This shows that
TCP 127.0.0.1:5400 myhost:0 LISTENING
So, is it really effective?
The host binding name when running inside the application server is located in jboss-profiler.sar/META-INF/jboss-service.xml.
But you make a point - so we will look into this for the Beta2 release.