본문 바로가기

Java & JSP

[JAVA] 컨텍스트의 절대경로 알아오는 방법

728x90
반응형

기존 방법

request.getRealPath("/")



J2EE 1.4 이후 변경된 방법

request.getSession().getServletContext().getRealPath("/")





참고 : http://finkle.tistory.com/22

728x90
반응형