In my Java .properties
file I have this line:
KEYSTORE_PATH=${jboss.server.data.dir}/myapp/keys/keystore.jks
In all other files e.g. log4j.properties
jboss.server.data.dir
is changed to C:\\jboss\server\default\log
and it's ok.
But here I get this exception:
java.io.FileNotFoundException: ${jboss.server.data.dir}\myapp\keys\keystore.jks (The system cannot find the path specified)
It looks like JBoss does not change its property name to the dir
name.