I am studying spring MVC based webapps. So I created a project in spring mvc and I have chosen eclipse IDE.Apache tomcat 8 server and jre1.8 the version of spring package is 4.2.5. In my project I created the login and that worked fine after login the I redirected the page to another jsp called 'branchinsert.jsp' that placed in an another folder (login.jsp and branchinsert.jsp are from different folders). In Branchinsert.jsp Spring MVC Controller is working but not create the specified response URL ,It is creating the url from request mapping string that means if I am giving the pattern like bellow mentioned,I am studying spring MVC based webapps. So I cr