Tomcat5.0.8 找不到指定异常处理页面
Saro 2005-11-25 09:40:59 web.xml中的配置:
<error-page>
<exception-type>java.lang.RuntimeException</exception-type>
<location>/uncaughtException.jsp</location>
</error-page>
但我在Jsp页面或Spring Controller中手动抛出RuntimeException时,IE提示500错误,找不到指定页面。