index.html
будет отдано предпочтение, но вы можете изменить это в welcome-file-list
в web.xml
.
<welcome-file-list>
<welcome-file>index.jsp</welcome-file>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
</welcome-file-list>
В случае частичного запроса указанная выше конфигурация попытается index.jsp
, затем index.html
, а затем index.htm
.