testServlet /test/* <
testServlet /test/*
A way without touch the web.xml file is by set the map to the default welcome file path.
@RequestMapping("/index.html")