2011. 5. 25.

java 웹어플리케이션의 WEB-INF 폴더 접근 하는 방밥

먼저 ServletContext 객체 취득
ServletContext application = getServletContext();

파일 접근
FileReader reader = new FileReader(application.getRealPath("/WEB-INF/data/dat.xml"));

이 후의 과정은
....
생략

댓글 없음: