Try something like this:

String dataDir = System.getProperties("jboss.server.data.dir");
  | InputStream is = new FileInputStream(dataDir + "global.properties");
  | Properties globalProp = new Properties();
  | globalProp.load(is);



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3961616#3961616

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3961616
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to