<%
String path = application.getRealPath("/");
out.write(path); //현재 프로젝트 경로까지 나온다.
%>
'개발하자 > JSP&Servlet' 카테고리의 다른 글
request.getContextPath--절대경로 (0) | 2015.02.23 |
---|---|
FileReader ,FileWriter (0) | 2015.02.19 |
화면 이동하기(location.href,response.sendRedirect,jsp:forward page) (0) | 2015.02.18 |
로그인,로그아웃,회원리스트,직원리스트보기 (0) | 2015.02.16 |
application,session,request,pageContext (0) | 2015.02.16 |