Hi Guys,
I am trying to build a simple sp[ring mvc in which there is only a single
jsp login page.But i am not been able to view it on running the application as i am getting following warnings in console :
WARNING: No mapping found for HTTP request with URI [/SpringBlogger/WEB-INF/jsp/login.jsp] in DispatcherServlet with name 'SpringBlogger'
web.xml :
SpringBlogger-servlet.xml
HomeController.java:-
login.jsp :-
i know this type of issues already mentioned in some other threads but i am not getting my problem resolved as i already include <mvc:annotation-driven/> but still getting the same error.
Please let me know what i am missing.
Thanks,
Manish