From Edgy Guinea Pig, 10 Years ago, written in Plain Text.
Embed
  1. File configFile = new File(getServletContext().getRealPath(CONFIG_PATH));
  2.             Properties props = new Properties();
  3.             props.load(new FileReader(configFile));
  4.             props.load(new FileReader(configFile));