Spring MVC and Weblogic integration
- by Jeune
I get this error whenever I try to view my tutorial app in the browser
WARNING: No mapping found for HTTP request with URI [/HelloWorld.Web] in DispatcherServlet with name 'dispatcher'
That just means the request is being received by the dispatcher servlet but it can't forward it to a controller.
But I can't seem to know where the problem…