[
https://issues.jboss.org/browse/AS7-1668?page=com.atlassian.jira.plugin.s...
]
Brian Stansberry reopened AS7-1668:
-----------------------------------
Re-opening to tweak this a bit so -b just sets system prop jboss.bind.address, not
jboss.bind.address.public, and interface name="public" just use
${jboss.bind.address:127.0.0.1}. The relationship between the system property name and the
interface name is now just an arbitrary convention, so having special magic where -b means
-bpublic isn't necessary. And jboss.bind.address is the name of the property used in
previous AS releases.
Usability: Lack of -b binding support in AS7 leads to confusion
---------------------------------------------------------------
Key: AS7-1668
URL:
https://issues.jboss.org/browse/AS7-1668
Project: Application Server 7
Issue Type: Bug
Reporter: Michael Dobozy
Assignee: Brian Stansberry
Fix For: 7.0.2.Final
The replacement for -b in AS7, from what I understand, is to edit standalone.xml and,
under the public interface section, specify <any-address /> as the binding
interface. "<any-address />" doesn't seem like an obvious value for
specifying the wildcard interface - I'd think that the standard "0.0.0.0"
would lead to less problems. If it's impossible to support 0.0.0.0 specifically, or to
add support for -b again, then some additional information on the error message that comes
back from when a user attempts the -b argument would be more helpful.
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira