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.

