The problem is it says home.jsp not found. But in HomeController.java in ModelAndView I am redirecting it to login. It should redirect to login.jsp. If I am wrong anywhere please let me know. Any help will be appreciated.
You are redirecting *.do to DispactherServlet, but have configured /home as requestmapping, you can change it to /home.do in the requestmapping of the controller and check.