That looks like there is an outdated servlet.jar (or another jar
file that contains a javax.servlet.jsp.pageContext class) in the
classpath. Previous version of the jsdk just had a 
handlePageException(Exception) the latest version (2.3) has a 
handlePageException(Throwable) which is used by tomcat.

> -----Ursprüngliche Nachricht-----
> Von: Luminous Heart [mailto:[EMAIL PROTECTED]]
> Gesendet: Montag, 15. Juli 2002 02:52
> An: Tomcat Users List
> Betreff: RE: jdk1.4 vs jdk1.2 ==Here is the error page. MAYBE A
> DEVELOPER OF THIS THING WOULD KNOW!
>
<snip/>
> 
> Generated servlet error:
>     [javac] Compiling 1 source file
> /usr/local/tomcat/work/Standalone/localhost/_/index$jsp.java:276:
> handlePageException(java.lang.Exception) in
> javax.servlet.jsp.PageContext cannot be applied to
(java.lang.Throwable)
>       if (pageContext != null)
> pageContext.handlePageException(t);
>                                           ^
<snip/>

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to