Servlet classes download

Previously I was using the entire j2ee package from Sun which included the servlet package with it. Now I want just the servlet classes, as in just the servlet package so that I can just include the jar in my classpath and work with it. But i can't find the servlet package for 2.4 and 2.5 for download. 2.3 is available for download. The Sun website shows that 2.4 and 2.5 as a part of the entire j2ee package. Can someone direct me to just the servlets 2.4 or 2.5 package for download.

[495 byte] By [qUesT_foR_knOwLeDgea] at [2007-11-27 6:03:51]
# 1
*bump*
qUesT_foR_knOwLeDgea at 2007-7-12 16:47:06 > top of Java-index,Java Essentials,Java Programming...
# 2
if you work with tomcat you can add tomcat/common/lib/servlet-api.jar to your classpath. Otherwise you are stuck with j2ee.jar.
gimbal2a at 2007-7-12 16:47:06 > top of Java-index,Java Essentials,Java Programming...
# 3
My eyes missed them somehow. I remember seeing the servlet api inside tomcat before, but since I had the entire j2ee package I never used it. I searched for it inside tomcat but somehow it failed to beat my eyes. Thanks Gimbal.
qUesT_foR_knOwLeDgea at 2007-7-12 16:47:06 > top of Java-index,Java Essentials,Java Programming...