// System.out.println(this.getClass().getResource("").getPath()); // 현재 자신의 절대 경로
// System.out.println(this.getClass().getResource("/").getPath()); // classes 폴더의 최상위 경로
// this.getClass().getResource("/com/test/config/config.properties").getPath(); // classes 폴더에서부터 시작하여 해당파일까지의 절대 경로
// System.out.println(getServletContext().getRealPath("/")); // 웹서버의 Document Root
'내가 하는일 > JAVA' 카테고리의 다른 글
| 세션과 쿠키 관련 (0) | 2011.03.02 |
|---|---|
| html escap 문자 (0) | 2011.01.11 |
| ext-js grid 그리기 (0) | 2010.10.28 |
| jsp변수(스크립틀릿 변수)를 jstl 의변수로 (0) | 2010.08.02 |
| jstl el 쓰기 (0) | 2010.06.26 |