> From: Leo Donahue - PLANDEVX [mailto:[EMAIL PROTECTED] 
> Subject: servlet spec, taglibs, java sdk - which ones?
> 
> <quote>
> Apache Tomcat 5.5.x. It supports the same Servlet and JSP 
> Specification
> versions as Apache Tomcat 5.0.x,
> </quote>
>  
> Which is what servlet spec version?

The one boldly displayed in the table on the Tomcat main page:
http://tomcat.apache.org/

> javax.servlet.ServletException: Employee (Unsupported major.minor
> version 50.0)

You're trying to use a .class file built with a 1.6 JDK on a 1.5 JVM.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY
MATERIAL and is thus for use only by the intended recipient. If you
received this in error, please contact the sender and delete the e-mail
and its attachments from all computers.

---------------------------------------------------------------------
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