When I am starting my web application using Spring MVC.
It should start with below URL by default: http://localhost:8080/myapp/index.jsp
but not with http://localhost:8080/myapp/
Is it possible to redirect to index.jsp with using annotation (other than writing it down on web.xml as Welcomelist)
Thanks in advance.