So you have a Spring MVC web application and want to make sure that when the user enters a URL such as
http://www.myawesomedomain.com he/she will see the home page of your application. How do you get Spring MVC’s RequestDispatcher servlet, which acts as the traffic cop and then some for your web application, to act as […]
Setting up Spring MVC welcome page without rewrites or redirection
May 23rd, 2008 No Comments
Tags: default page · index · redirect · root · Spring MVC · web.xml · welcome page