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.

