how to refer to a jsp page outside current folder in current jsp page code example
Example: How to include JSPs file from another folder
<jsp:include page="../header/navigation.jsp"></jsp:include>
<jsp:include page="../header/navigation.jsp"></jsp:include>