Hi, everyone,
I want to ask a question about the JSP page. I set the project in the following structure in order to manage the project efficiently. When I in the list folder, main.jsp, I set the header as the following
<%@ include file="universe/header.jsp" %>
When I open the main.jsp, It shows the error "cannot find the "jsp/list/universe/header.jsp"
the header.jsp and other classes cannot be read. Can anyone help me to solve the problem? thank you.
Class structure
webapp
|
|-- jsp
|
|-- list
| |
| |--main.jsp
|
|-- universe
|
|-- header.jsp
|-- footer.jsp