-
1. Servlet을 이용한 WEB-INF 경로 구하기
request.getSession().getServletContext().getRealPath("/");
2. JAVA내 src 경로 구하기
this.getClass().getResource("/").getPath();
'JAVA' 카테고리의 다른 글
[SPRING] 스프링 프레임워크에서 트랜잭션 처리 (0) 2015.12.08 REST API 호출 (0) 2015.12.02 [Exception] printStackTrace String값으로 읽기 (0) 2015.11.17 [LOG] Logger 2개 사용하기 (0) 2015.11.17 [LOG] Log4j 로그파일 분리 (1) 2015.11.13