This implies you are picking up older Servlet 2.2/JSP 1.1
API classes somehow, which is overriding the desired
Servlet 2.4/JSP 2.0 API classes.  The API classes are
backward compatible, but not forward compatible as this
case illustrates.  I don't know enough about Fedora to
say how this could come about with what you are copying
to the second system.  It does imply the "classpath" isn't
what you are assuming it to be.  Check around for j2ee.jar
or servlet.jar somehow getting into the picture.  HTH.

Cheers,
Larry

> -----Original Message-----
> From: AC [mailto:[EMAIL PROTECTED] 
> Sent: Wednesday, May 31, 2006 1:48 PM
> To: [email protected]
> Subject: JSP Compilation Errors - Tomcat 5.5.17
> 
> Hi,
> 
> I'm working on setting up a couple of new webservers -- 
> Fedora with Apache 2.2.2, jdk 1.5.0_06 and tomcat 5.5.17.  I 
> successfully got everything working on the first, and then 
> tar'd up the entire setup (all 3 apps are on a dedicated 
> filesystem) and copied it over to the second machine.  When I 
> untar'd it and it started up, it's unable to compile any jsp 
> pages...gives the
> 
> org.apache.jasper.JasperException: Unable to compile class for JSP
> 
> Generated servlet error:
> The method handlePageException(Exception) in the type 
> PageContext is not applicable for the arguments (Throwable)
> 
> error.
> 
> I've tried reinstalling the O/S to no avail, as well as the 
> apache/java/tomcat, but it just doesn't seem to want to work.
> 
> Any ideas?
> 
> Thanks
> 
> 
> ---------------------------------------------------------------------
> To start a new topic, e-mail: [email protected] To 
> unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 

---------------------------------------------------------------------
To start a new topic, e-mail: [email protected]
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to