On Tue, 10 Jun 2003 21:42, Srinivasu Gandu wrote: > handlePageException(java.lang.Exception) in javax.servlet.jsp.PageContext > cannot be applied to (java.lang.Throwable) > � � [javac] � � � if (pageContext != null) > pageContext.handlePageException(t);
Have you installed any other servlet/jsp related classes in the past that might be sticking around in your classpath or where Tomcat would be able to see them eg. common/lib, server/lib. webapp/WEB-INF/lib or webapp/WEB-INF/classes? It sounds like you have something from the JSP 1.1 spec's hanging around... Regards, -- Jason Bainbridge http://jblinux.org --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
