경로 작성 시 루트 디렉토리로 이동하는 코드
<%=application.getContextPath()%>
예
<img src="<%=application.getContextPath()%>/img/img.png" alt="사진">
경로 작성 시 루트 디렉토리로 이동하는 코드
<%=application.getContextPath()%>
예
<img src="<%=application.getContextPath()%>/img/img.png" alt="사진">