-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Landon,

Landon Fabbricino wrote:
| We are using Apache Tomcat/6.0.16 and when we go to the sample JSP
| pages or our own jsp application, it breaks with a servlet exception.

[snip]

| javax.servlet.ServletException: java.lang.AbstractMethodError:
|
javax.servlet.jsp.JspFactory.getJspApplicationContext(Ljavax/servlet/ServletContext;)Ljavax/servlet/jsp/JspApplicationContext;

This looks like you compiled your application against one version of the
servlet specification and ran it against another. That seems odd, since
the container usually compiles the JSPs on the fly in the
currently-running container.

Do you pre-compile your JSPs before deployment?

If so, check to make sure you are using the same version of
servlet-api.jar (or servlet.jar) as Tomcat 6.x does.

If not, try stopping Tomcat completely, completely removing the "work"
directory and re-starting.

Post back and let us know how it goes.

- -chris

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iEYEARECAAYFAkgHvOEACgkQ9CaO5/Lv0PBd7gCgoYsFrmkxRxMmJecOQCpJe3oi
nmAAni7I6sDkjMsnY8iU88wpsNHrlIG/
=9RIO
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to