Re: Jigsaw and Servlets!

Thank you for the quick reply.

I have still a question about Servlets.

I downloaded the JavaServer 1.1beta. It seems that this server includes a
newer version of the servlet-API (among other things with Cookie support and
session tracking).

When will Jigsaw support this new API? It is important for me because me
application needs session tracking.

Wolfgang

-----Ursprüngliche Nachricht-----
Von: Benoit Mahe <Benoit.Mahe@sophia.inria.fr>
An: Wolfgang Platzer <wplatzer@iaik.tu-graz.ac.at>
Cc: Jigsaw Mailinglist <www-jigsaw@w3.org>; Benoit.Mahe@sophia.inria.fr
<Benoit.Mahe@sophia.inria.fr>
Datum: Montag, 17. November 1997 13:13
Betreff: Re: Jigsaw and Servlets!


> I saw in posts to this mailing list that there are several bugs in the
> servlet support of Jigsaw.
>
> Where can I find the most recent servlet-patches for Jigsaw beta1?
>
> Wolfgang
>
> --

Here is the last version of the servlet package, unzip it in
the w3c/jigsaw/servlet directory and just compile it.
Now the autoload feature works fine except for servlet classes
in zip files (theses classes are loaded but never re-loaded, except
if the server is restarted).

Received on Monday, 17 November 1997 08:42:54 UTC