servlet spec, taglibs, java sdk - which ones?

2008-02-06 Thread Leo Donahue - PLANDEVX
Looking here: http://tomcat.apache.org/whichversion.html - no problems,
except we run Tomcat 5.0.28 and reading below in the site it says 
 
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?
 
I've figured out the taglib question:
http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html
 
Standard 1.1 is at least servlet 2.4 and Standard 1.0 is servlet 2.3
 
I downloaded the Standard 1.1 taglibs from here:
http://jakarta.apache.org/site/downloads/downloads_taglibs-standard.cgi
 
I'm reading the text from Oreily Java Server Pages and I'm trying to
produce a jsp page using standard jsp:set/get actions, but I get an
error message which I'm sure means I have the wrong taglib downloaded,
or does it mean something else?
 
javax.servlet.ServletException: Employee (Unsupported major.minor
version 50.0)
 
 
 
Leo Donahue
 


Re: servlet spec, taglibs, java sdk - which ones?

2008-02-06 Thread David Smith
There's a very nice table right on the home page for tomcat letting you 
know what tomcat version supports what spec -- http://tomcat.apache.org/


--David

Leo Donahue - PLANDEVX wrote:


Looking here: http://tomcat.apache.org/whichversion.html - no problems,
except we run Tomcat 5.0.28 and reading below in the site it says 


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?

I've figured out the taglib question:
http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html

Standard 1.1 is at least servlet 2.4 and Standard 1.0 is servlet 2.3

I downloaded the Standard 1.1 taglibs from here:
http://jakarta.apache.org/site/downloads/downloads_taglibs-standard.cgi

I'm reading the text from Oreily Java Server Pages and I'm trying to
produce a jsp page using standard jsp:set/get actions, but I get an
error message which I'm sure means I have the wrong taglib downloaded,
or does it mean something else?

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



Leo Donahue


 




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



RE: servlet spec, taglibs, java sdk - which ones?

2008-02-06 Thread Caldarale, Charles R
 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]



RE: servlet spec, taglibs, java sdk - which ones?

2008-02-06 Thread Leo Donahue - PLANDEVX
Yes I saw that, and like I mentioned in my email, I don't run Tomcat
5.5.x, I'm stuck using Tomcat 5.0.28
That table doesn't mention what spec Tomcat 5.0.x uses.  Does it mean
any version from 4.1.36 to 5.5.25 uses servlet spec 2.3 ?

Leo Donahue

-Original Message-
From: David Smith [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, February 06, 2008 9:08 AM
To: Tomcat Users List
Subject: Re: servlet spec, taglibs, java sdk - which ones?

There's a very nice table right on the home page for tomcat letting you
know what tomcat version supports what spec -- http://tomcat.apache.org/

--David

Leo Donahue - PLANDEVX wrote:

Looking here: http://tomcat.apache.org/whichversion.html - no problems,

except we run Tomcat 5.0.28 and reading below in the site it says
 
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?
 
I've figured out the taglib question:
http://jakarta.apache.org/taglibs/doc/standard-doc/intro.html
 
Standard 1.1 is at least servlet 2.4 and Standard 1.0 is servlet 2.3
 
I downloaded the Standard 1.1 taglibs from here:
http://jakarta.apache.org/site/downloads/downloads_taglibs-standard.cgi
 
I'm reading the text from Oreily Java Server Pages and I'm trying to 
produce a jsp page using standard jsp:set/get actions, but I get an 
error message which I'm sure means I have the wrong taglib downloaded, 
or does it mean something else?
 
javax.servlet.ServletException: Employee (Unsupported major.minor 
version 50.0)
 
 
 
Leo Donahue
 

  



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


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