Getting the Class Not Found Exception for DispatcherServlet while rendering index.jsp which is in WEB-CONTENT/WEB-INF/jsp/index.jsp
Following are how the project is stru
web.xml is placed under WEB-INF and then in that you can refer your spring xml like this:
web.xml
WEB-INF
myservlet org.springframework.web.servlet.DispatcherServlet contextConfigLocation /WEB-INF/abc-servlet.xml 1 true