]
Brian Stansberry updated WFLY-3408:
-----------------------------------
Component/s: Domain Management
(was: Documentation)
{ : } syntax is not explained
-----------------------------
Key: WFLY-3408
URL:
https://issues.jboss.org/browse/WFLY-3408
Project: WildFly
Issue Type: Feature Request
Components: Domain Management
Environment:
https://docs.jboss.org/author/display/WFLY8/Admin+Guide#AdminGuide-Interf...
Reporter: Steve Fisher
Assignee: Tomaz Cerar
Fix For: JBoss AS7 7.1.1.Final, 8.1.0.Final
The { : } syntax which is used in the provided standalone-full.xml - for example -
<inet-address value="${jboss.bind.address.management:127.0.0.1}"/>
does not appear to be explained. I guess I can set jboss.bind.address.management
somewhere to change the default value.