Solution:welcome file not loading in spring maven

Welcome file html not working with spring project,showing HTTP status-404 error message

welcome file
HTTP-404 resource not Found

You need to put the JSP file in /index.jsp instead of in /WEB-INF/jsp/index.jsp. This way the whole servlet is superfluous by the way.

 WebContent 
          |-- META-INF 
          |-- WEB-INF 
                 -- web.xml 
            -- index.jsp

Share This

0 comments: