I know that in spring I must define welcome-file, which should be outside of WEB-INF folder, so I define it like this:
web.xml:
@RequestMapping({"/index", "/"})
and
worked for me.