서버 정보 

 

Server : <%= application.getServerInfo()%>

 

상대 디렉토리경로

 

Contect Path : ${pageContext.request.contextPath} or <%= request.getContextPath() %>

 

페이지가 속해있는 파일경로 

 

URL Path : <%= request.getRequestURI()%>

 

절대경로 

 

Absolute Path : <%= application.getRealPath("/")%>