- File configFile = new File(getServletContext().getRealPath(CONFIG_PATH));
- Properties props = new Properties();
- props.load(new FileReader(configFile));
- props.load(new FileReader(configFile));
File configFile = new File(getServletContext().getRealPath(CONFIG_PATH)); Properties props = new Properties(); props.load(new FileReader(configFile)); props.load(new FileReader(configFile));