본문 바로가기

개발하자/JSP&Servlet

getRealPath

<%
 String path = application.getRealPath("/");
 out.write(path);    //현재 프로젝트 경로까지 나온다.
 %>