disable welcome files (for Servlet 3 compatibility)

This commit is contained in:
Costin Leau 2010-07-19 14:20:39 +00:00 committed by Mic
parent 973c45ba2d
commit 0b9d98ba1c

View file

@ -167,6 +167,12 @@
<location>/WEB-INF/jsp/uncaughtException.jsp</location>
</error-page>
<!-- eliminate welcome files -->
<!-- useful for Servlet 3 container (Tomcat 7 and Jetty 6) -->
<welcome-file-list>
<welcome-file></welcome-file>
</welcome-file-list>
<!--
- Reference to PetClinic database.
- Only needed if not using a local DataSource but a JNDI one instead.