<?xml version="1.0" encoding="UTF-8"?>
<web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns="http://xmlns.jcp.org/xml/ns/javaee"
xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/javaee http://xmlns.jcp.org/xml/ns/javaee/web-app_3_1.xsd"
id="WebApp_ID" version="3.1">
<display-name>ErrorPage</display-name>
<welcome-file-list>
<welcome-file>index.html</welcome-file>
<welcome-file>index.htm</welcome-file>
<welcome-file>index.jsp</welcome-file>
<welcome-file>default.html</welcome-file>
<welcome-file>default.htm</welcome-file>
<welcome-file>default.jsp</welcome-file>
</welcome-file-list> <filter>
<filter-name>struts2</filter-name>
<filter-class>org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter</filter-class>
</filter>
<filter-mapping>
<filter-name>struts2</filter-name>
<url-pattern>/*</url-pattern>
</filter-mapping>
<error-page>
<error-code>404</error-code>
<location>/error.jsp</location>
</error-page>
</web-app>

最新文章

  1. Myeclipse2016部署tomcat服务(别的服务类似)配置环境
  2. 通过telnet来实践HTTP协议。
  3. Android小项目合集(经典教程)包含十五个Android开发应用实例
  4. JavaScript语言基础知识点图示(转)
  5. ECshop 二次开发模板教程3
  6. [BEC][hujiang] Lesson03 Unit1:Working life ---Grammar &amp; Listening &amp; Vocabulary
  7. 《University Calculus》-chape4-极坐标与圆锥曲线-极坐标系下的面积与弧长
  8. Java解析XML文档(简单实例)&mdash;&mdash;dom解析xml
  9. 伤不起的戴尔台式机XPS8700脆弱的蓝牙
  10. bitnami redmine 安装插件
  11. 【重点突破】——Cookie的使用
  12. Yii2之事件
  13. LeetCode 48. Rotate Image(旋转图像)
  14. react native android6+拍照闪退或重启的解决方案
  15. 转载redis持久化的几种方式
  16. C++跨平台集成websocketpp
  17. java之servlet学习基础(一)
  18. jquery之jsonp相关知识
  19. [UE4]机器人射击逻辑行为树
  20. vue中修改了数据但视图无法更新的情况[转载]

热门文章

  1. kotlin嵌套类
  2. C++ STL partial_sort_copy iterator
  3. TensorFlow Object Detection API —— 制作自己的模型
  4. RTM of ML.NET
  5. 阶段5 3.微服务项目【学成在线】_day03 CMS页面管理开发_15-异常处理-异常处理流程
  6. Qt编写数据可视化大屏界面电子看板6-窗体打开关闭
  7. sparkStream---1
  8. Linux -- 进程或线程独占CPU
  9. shell编程(2)
  10. nodejs连接mongodb(密码)