This content has been marked as final.
Show 1 reply
-
1. Re: How to use path-variables in standalone.xml
jasonglass Jun 12, 2019 2:23 PM (in response to chris81t)For anyone else looking, as per:
How to use environment variables in WildFly configuration (standalone.xml or host.xml)
This works in standalone-full.xml:
<module-option name="properties" value="${env.JBOSS_HOME}/cfg/am.properties"/>