汇联通执法队后台管理系统
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <web-app xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  3. xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd"
  4. version="3.0">
  5. <display-name>HLT.gov.zfdm</display-name>
  6. <welcome-file-list>
  7. <welcome-file>/index.jsp</welcome-file>
  8. </welcome-file-list>
  9. <error-page>
  10. <exception-type>java.lang.Exception</exception-type>
  11. <location>/WEB-INF/jsp/uncaughtException.jsp</location>
  12. </error-page>
  13. <error-page>
  14. <error-code>500</error-code>
  15. <location>/WEB-INF/jsp/uncaughtException.jsp</location>
  16. </error-page>
  17. <error-page>
  18. <error-code>400</error-code>
  19. <location>/WEB-INF/jsp/uncaughtException.jsp</location>
  20. </error-page>
  21. <error-page>
  22. <error-code>404</error-code>
  23. <location>/WEB-INF/jsp/404.jsp</location>
  24. </error-page>
  25. </web-app>