tomcat4配置完成后,运行程序出错:
org.apache.jasper.JasperException: Unable to compile class for JSP
D:\jakarta-tomcat-4.0.3\work\localhost\_\index$jsp.java:131: Incompatible type for method. Explicit cast needed to convert java.lang.Throwable to java.lang.Exception.
            if (pageContext != null) pageContext.handlePageException(t);但是我用tomcat3和tomcat5就没有问题!高手解决