Hi, Where should the web.xml and the mvc-dispatcher-servlet.xml be placed exactly in the project structure? Should it be in WEB-INF directly or some place else?
Also i am getting ClassNotFoundException for DispatcherServlet when i am trying to render the
jsp. I have loaded all the jars that are required.
The web.xml and spring-servlet.xml are inside WEB_CONTENT/WEB-INF .
Please can you tell me as to why this exception would occur?