Bo Xu wrote:

> Hi,
>
> I have a question about Servlet2.2 and jsdk2.1:
> 0.
>  when I "unzip servlet-2_2.zip", I get a "servlet.jar(35924bytes)"
>
> 1.
>  in  jsdk2.1, I also find a servlet.jar(22562bytes). Is this "Servlet2.1"?
>  Because in http://java.sun.com/products/servlet/download.html#specs,  I
> didn't
>  find "Servlet2.1", so I guess jsdk2.1 includes Servlet2.1, is it right?
>

Yes ... this servlet.jar file contains the version 2.1 servlet API classes.

>
> 2.
>   If I "set CLASSPATH" with servlet.jar(35924bytes), does it mean that now
>   I begin to let jsdk2.1 work with Servlet2.2, and now I can use some new
> futures
>   of Servlet 2.2  with jsdk2.1? Should I  "delete" the servlet.jar(22562bytes)
> now?
>

No.  You need to use the 2.2 servlet classes with a servlet container that
supports the 2.2 features (for example, Tomcat that is available at
<http://jakarta.apache.org>, but there are also many others).

>
> Thanks in advance!
>
> Bo
> June 16,2000
>

Craig McClanahan

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to