web.xml 155 B

1234567
  1. <?xml version="1.0"?>
  2. <web-app>
  3. <error-page>
  4. <error-code>404</error-code>
  5. <location>/index.html</location>
  6. </error-page>
  7. </web-app>