java 方式
Properties pt=new Properties(); String realpath = request.getRealPath("/WEB-INF/classes"); FileInputStream in = new FileInputStream(realpath+"/conf/x5-base-db.properties"); //pt.load(in); in.close();