web.xml 133 B

123456
  1. <web-app>
  2. <error-page>
  3. <error-code>404</error-code>
  4. <location>/index.html</location>
  5. </error-page>
  6. </web-app>