Added index.html to server.war welcome-file-list

This commit is contained in:
Stian Thorgersen 2013-11-15 14:02:25 +00:00
parent 158d1740b8
commit 1262ab70c8

View file

@ -20,6 +20,10 @@
<load-on-startup>1</load-on-startup>
<async-supported>true</async-supported>
</servlet>
<welcome-file-list>
<welcome-file>index.html</welcome-file>
</welcome-file-list>
<filter>
<filter-name>Keycloak Session Management</filter-name>