Currently I have a web application where we are using web.xml to configure the application. The web.xml has welcome-file-list.
...
&l
As specified in Java Doc
public interface WebApplicationInitializer
Interfaceto be implemented in Servlet 3.0+ environments in order to configure the ServletContext programmatically -- as opposed to (or possibly in conjunction with) the traditional web.xml-based approach.
but you still need minimal configuration in web.xml , such as for
index.jsp