[jboss-user] [Installation, Configuration & DEPLOYMENT] - Re: Accessing properties files at ${jboss.server.home.dir}/c

jaikiran do-not-reply at jboss.com
Thu Apr 17 09:45:43 EDT 2008


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#4144855

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144855



More information about the jboss-user mailing list