I am setting an application in Spring framework. I have a file called include.jsp in homedir /WEB-INF/jsp/include.jsp. And in my index.jsp page i wrote the line
<%@ include file="/WEB-INF/jsp/include.jsp" %>
and index.jsp is in the home directory(springapp).
But when i gave the url "http//localhost:8080/springapp" in the browser i got
jsp error
"/WEB-INF/jsp/include.jsp" not found
how can i include that page... Anybody plz help