<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
version="2.4">
<welcome-file-list>
<welcome-file>welcome.html</welcome-file>
</welcome-file-list>
</web-app>
For configuration changes to take effect, the container must be shutdown
and restarted.