I have the following project structure:
myproject
- src
- WebContent
- META-INF
- WEB-INF
- jsp
- index.jsp
- lib
- web.xml
If my index.jsp comes under the WebContent directory then all is well, but I want it to be under WebContent/WEB-INF/jsp with all the other jsps. What do I have to add to do this.