----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Hi,

I have two questions.

  1. Is there an easy way to find JSDK 2.0 (jsdk.jar)?
  2. How can I find the javadoc-generated Servlet 2.0 API specification?

JSDK 2.0

I have been experimenting with JServ for a while and have gotten it running
on RedHat Linux 6.0, Apache 1.3.9, Blackdown Java 1.1.7-v3 with JServ 1.1.
However, I had the hardest time finding JSDK 2.0 on Sun's web site! (and
never did!)
The URL given for Sun's servlet products 

   http://java.sun.com/products/servlet/index.html

_only_ has information about Servlets 2.2, the latest (included in J2EE spec).
I finally found and installed JSDK 2.0 (which is _exactly_ the version
required
for JServ to work) by getting a RedHat RPM...

FTP the file from

   ftp://rpmfind.net/linux/solaris/RPMS/i386/jsdk-2.0-3.i386.rpm

Then install using

   rpm -i jsdk-2.0-3.i386.rpm

This unpacked a "jsdk.jar" file which was the JSDK 2.0 required by JServ.
There must be an easier way!
Has no one run into this same problem?
It would seem all the JServ files which point people to the Sun site to get
JSDK 2.0 could be updated.

JAVADOC SERVLET API REFERENCE 2.0

I started programming some servlets, Sun does not seem to have the 2.0 Servlet
spec available on their web site.  I started using the 2.2 spec at

   http://java.sun.com/products/servlet/2.2/javadoc/index.html

but quickly ran into methods which were not supported on JServ...
presumably because they were not in the 2.0 Servlet spec which I did not
have access to.  I am still eager to find where I can access this spec
(the PDF as well as the HTML javadoc output).  Does anyone know where to
find these?

Thanks,

Stephen Adkins
[EMAIL PROTECTED]



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to