参考博客:
http://www.cnblogs.com/dongying/p/6129937.html
http://www.cnblogs.com/rollenholt/archive/2012/12/25/2832731.html
http://cgs1999.iteye.com/blog/1547197
我在项目中的使用:
1)404找不到:
web.xml中配置:
<!-- 404错误 --> <error-page> <error-code>404</error-code> <location>/WEB-INF/view/error/404.jsp</location> </error-page>