]
Tomaz Cerar resolved WFLY-3408.
-------------------------------
Assignee: Tomaz Cerar (was: Tom Wells)
Fix Version/s: 8.1.0.Final
JBoss AS7 7.1.1.Final
Resolution: Done
Documentation for expressions is here
{ : } syntax is not explained
-----------------------------
Key: WFLY-3408
URL:
https://issues.jboss.org/browse/WFLY-3408
Project: WildFly
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Documentation
Environment:
https://docs.jboss.org/author/display/WFLY8/Admin+Guide#AdminGuide-Interf...
Reporter: Steve Fisher
Assignee: Tomaz Cerar
Fix For: 8.1.0.Final, JBoss AS7 7.1.1.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.