How are you using the ${jboss.server.home.dir}? It wont be replaced by the server if it is
in your application's property file. You can however, get the value of
jboss.server.home.dir, in your application as follows:
String homeDir = System.getProperty("jboss.server.home.dir");
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144855#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...