I am new to tomcat and java. I am facing a little problem. In web-apps folder I have a TestSite named folder which consists of index.jsp, WEB-INF folder and pages folder. The pages folder consist of another index.jsp page. How should I map same named jsp files in different folders in my web.xml file?
Share
JSPs do not need to be mapped. The JspServlet in the container does that already for you. Refer to them as-is in the webapp folder.