728x90
반응형
기존 방법
request.getRealPath("/")
J2EE 1.4 이후 변경된 방법
request.getSession().getServletContext().getRealPath("/")
참고 : http://finkle.tistory.com/22
728x90
반응형
'Java & JSP' 카테고리의 다른 글
[DB-error] mybatis Mapped Statements collection does not 에러 해결 (0) | 2018.06.02 |
---|---|
[Java] Eclipse에서 github commit, push 하는 방법 (수정중) (0) | 2018.05.27 |
[JSP] url로 받은 한글문자 MySQL에 깨져서 들어갈 때 해결방법 (0) | 2018.04.23 |
[JSP] eclipse에서 web.xml 생성 방법 (0) | 2018.04.22 |
[JSP] URL로 받은 문자 깨질 경우 해결 방법 (get, post) (0) | 2018.04.20 |