티스토리 뷰
// JSP/Servlet 웹 루트
getServletContext().getRealPath("/");
// JSP/Servlet 특정 페이지 경로
getServletContext().getRealPath(" 경로");
// JSP/Servlet 현재 페이지 경로
getServletContext().getRealPath(request.getRequestURI());
// JAVA - 현재 클래스 경로
this.getClass().getResource("").getPath();
// JAVA - 클래스 디렉토리 경로 (classes)
this.getClass().getResource("/").getPath();
// JAVA - 패키지 경로
this.getClass().getResource("/com/aaa/bbb/ccc").getPath();
'프로그래밍 > Java' 카테고리의 다른 글
| 다중 loop 한번에 빠져 나오기... (0) | 2010.05.14 |
|---|---|
| [ibatis] JDBC Timestamp 타입 mapping (0) | 2010.04.20 |
| [ibatis] There is no WRITEABLE property named 오류 (0) | 2010.04.20 |
| [springframework] 메일 보내기 (0) | 2010.04.09 |
| [SQLServer 2000 Driver for JDBC] Underlying input stream returned zero bytes (0) | 2009.12.15 |
댓글
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
