1 2 3 4 5 6 7 | 아래와 같은 주소가 있을 경우 http://localhost:8080/test/index.jsp request.getRequestURI(); //프로젝트경로부터 파일까지의 경로값을 얻어옴 (/test/index.jsp) request.getContextPath(); //프로젝트의 경로값만 가져옴(/test) request.getRequestURL(); //전체 경로를 가져옴 (http://localhost:8080/test/index.jsp) request.getServletPath(); //파일명 (/index.jsp) | cs |
'개발' 카테고리의 다른 글
[.net] 기간종료, 이벤트 종료 (0) | 2014.06.05 |
---|---|
[.net] IE에서 한글이름으로 된 파일 다운로드 시 오류발생 (크롬 정상 다운로드 가능) (0) | 2014.05.14 |
[java] JSTL core:forEach varStatus (0) | 2014.04.13 |
[java] ip request.getRemoteAddr() 결과값이 0:0:0:0:0:0:0:1 로 나오는 경우 (0) | 2014.04.09 |
[java] 전자정부 프레임워크 컴파일 (0) | 2014.03.31 |