No mapping found for HTTP request with URI: in a Spring MVC app
- by Ravi
Hello All,
I'm getting this error.
my web.xml has this
<servlet>
<servlet-name>springweb</servlet-name>
<servlet-class>org.springframework.web.servlet.DispatcherServlet</servlet-class>
<init-param>
<param-name>contextConfigLocation</param-name>
…