That sounds as if there is a servlet.jar found, that is not up to date. (or another jar like j2ee.jar, that contains the class PageContext)
Older versions of pageContext.handlePageException() accepted only objects of class Exception as argument, newer version allow objects of class Throwable. > -----Original Message----- > From: Marcelino Cruz [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, January 29, 2003 5:05 PM > To: Tomcat Users List > Subject: JSP Compilation Error > > /export/home/u01/jakarta-tomcat-4.1.18/work/Standalone/localho > st/_/index_jsp > .java:266: handlePageException(java.lang.Exception) in > javax.servlet.jsp.PageContext cannot be applied to > (java.lang.Throwable) > if (pageContext != null) pageContext.handlePageException(t); > ^ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]