We wanted to work on the Templates and tried to get the system properties that we set earlier in the standalone.xml file like this.
In the Docs its described like the following.
${some.system.property} - for system properties
${env.ENV_VAR} - for environment variables.
But nothing worked for us. We always get the following error Message “An internal server error has occurred”.
What is the right way to get the system properties and the environment variables.
We wanted to work on the Templates and tried to get the system properties that we set earlier in the standalone.xml file like this.
In the Docs its described like the following. ${some.system.property} - for system properties ${env.ENV_VAR} - for environment variables.
But nothing worked for us. We always get the following error Message “An internal server error has occurred”. What is the right way to get the system properties and the environment variables.