|
They different servlet API versions.
JSDK is servlet API v2.0, JWSDK is Servlet API
v2.1, Tomcat (which is the new JSWDK, from java.apache.org) is Servlet API
v2.2
Try Tomcat, it is open source, so it's more fun...
;-)
geoff
----- Original Message -----
Sent: Monday, May 22, 2000 3:22 PM
Subject: Servlet vs JSWDK
java.sun.com/products provides a stand-alone Servlet API download and a
JSWDK download which includes JSP API, JSP engine, Servlet engine and Servlet
API. But the Servlet API in JSWDK is different from the stand-alone one. So
what is the difference? Can I use the stand-alone one without install JSWDK
(my web server is Apache on linux 6.1)?
|