Unable to find the Servlet 2.4 Specification

Hello,

I'm looking for the Servlet 2.4 specification because in JSP2.0 specification document ( located here: http://java.sun.com/products/jsp/download/index.html#specs ) under the titleJSP.1.2 Web Applications , it says

Web applications are described in more detail in the Servlet 2.4 specification. The deployment descriptor is described in detail in the Servlet 2.4

specification.

But I'm unable to locate the PDF version of the final Servlet 2.4 spec. All I see is the spec for Servlet 2.6 , and under the Servlet2.6 spec the only things available are the API docs, and no information about web.xml deployment descriptor is available.

Can someone help me find Servlet 2.4 spec (PDF), I don't even know if it exists.

[785 byte] By [appy77a] at [2007-11-26 14:54:14]
# 1
You can't find it? This: http://jcp.org/aboutJava/communityprocess/final/jsr154/index.htmlwas the first link that Google returned when I used "servlet 2.4 specification" as my search terms.
DrClapa at 2007-7-8 8:42:40 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Thanks, you are right Google does show it first. I don't know how I missed it, all I remember is when I clicked the link it showed Servlet 2.6. But thanks for the link, that doc is very uselful.
appy77a at 2007-7-8 8:42:40 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...