i구야 2015. 2. 19. 17:39

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