Thursday, February 17, 2011

Java Servlet 2.5 API javadocs for Tomcat 6

Oh my goodness, I am starting to dislike oracle. When I google for "java servlet 2.5 api docs"

The first link is:
* http://www.oracle.com/technetwork/java/javaee/servlet/index.html

and when I go to the page:
* http://tomcat.apache.org/tomcat-6.0-doc/index.html

it has a link to
* Servlet API Javadocs - The Servlet 2.5 API Javadocs.

But the link is a dead link that redirects to
* http://www.oracle.com/technetwork/java/javaee/servlet/index.html

ug.

Well I finally found out that javaee 5 uses servlet api 2.5 so this might work
http://download.oracle.com/javaee/5/api/javax/servlet/package-summary.html

But so might this:
Java Servlet Javadoc API http://download.oracle.com/docs/cd/E17802_01/products/products/servlet/2.5/docs/servlet-2_5-mr2/

No comments: