For using servlets for Apache on Linux, you first need to install a servlet engine. You can download
JRun for Linux. JSWDK is a simple web server for your servlet testing. It contains servlets api, and
jsp api. I guess the servlets api of it is the same as the stand alone one.
 
liwen
----- Original Message -----
From: Xu Jianwu
Sent: Monday, May 22, 2000 1: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)?

Reply via email to