摘要: 1.web.xml的配置自定义的异常类1 <error-page>2 <exception-type>com.service.Exception.MyException</exception-type>3 <location>/my_exception.jsp</location>4 </error-page>定义HTTP消息状态码<error-page> <error-code>404</error-code> <location>/404.html</locatio 阅读全文
posted @ 2012-05-16 21:30 Wbang Ting 阅读(2341) 评论(0) 推荐(0)