"Alvin, lau" wrote:
> hi, Is there anyone know that is jserv 1.0b5 supported jsdk2.1? Is
> there are anyone using this config: suse 6.1, apache 1.3.4,
> jserv1.0b5, jsdk2.1? I'm using jsdk2.0 with jserv1.0b5 (it works
> good), but I want to use jsdk2.1. I already wrote a lot of code with
> jsdk2.0, do I have to change my old code if I use jsdk2.1 now? alvin
Apache JServ 1.0b5 supports version 2.0 of the servlet API only. Work
is in progress on a future release that supports the 2.1 API, as well as
a bunch of other useful features.
If your 2.0 code relies on anything that has been deprecated in 2.1
(specifically, things like HttpSessionContext,
ServletContext.getServlet(), and so on) you will definitely need to
modify your code when you migrate to any 2.1 compliant servlet engine.
There are also some more subtle differences in resolving paths local to
a servlet context that may or may not affect you. The best way to find
those would be to exercize your servlets under the 2.1 JSDK servlet
engine, and see what has changed.
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