Welcome file html not working with spring project,showing HTTP status-404 error message
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
0 comments: