Here is one way (there are many others). Add something like
-Dmy.property.file=<location-of-file> to the JAVA_OPTS in the run script. Then in
your app, use:
String propFile = System.getProperty("my.property.file");
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160972#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...