nal Message-
> From: Larry Isaacs [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, May 31, 2006 2:33 PM
> To: Tomcat Users List; [EMAIL PROTECTED]
> Subject: RE: JSP Compilation Errors - Tomcat 5.5.17
>
> This implies you are picking up older Servlet 2.2/JSP 1.1 API
> classes some
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
AC wrote:
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.