当前位置: 代码迷 >> Web前端 >> 在web.xml中配置404异常拦截
  详细解决方案

在web.xml中配置404异常拦截

热度:47   发布时间:2012-12-25 16:18:28.0
在web.xml中配置404错误拦截

<error-page>
		<error-code>404</error-code>
		<location>/home.do</location>
</error-page>
?
  相关解决方案