Just change the URL of the welcome file to the servlet.
Given this servlet mapping,
<servlet-mapping>
<servlet-name>indexServlet</servlet-name>
<url-pattern>/index</url-pattern>
</servlet-mapping>
just enter this list of welcome files:
<welcome-file-list>
<welcome-file>index</welcome-file>
</welcome-file-list>
/index.jsp /WEB-INF, , URL ( , /WEB-INF/index.jsp).
, " ", " ", URL, .
<servlet-mapping>
<servlet-name>indexServlet</servlet-name>
<url-pattern></url-pattern>
</servlet-mapping>
. :