How do I add a JSP file in the welcome-file-list if the jsp is in a sub-directory?
Let’s assume the name of your file as xx.jsp and this sits inside your web\jsp\one sub-directory. Assuming you are deploying your Web application using the standard J2EE WAR format, you may add the file to the welcome file list in the web deployment descriptor file, web.xml: