- From: Benoit Mahe <Benoit.Mahe@sophia.inria.fr>
- Date: Tue, 15 Jun 1999 11:15:27 +0200
- To: Christopher William Turner <cwturner@cycom.co.uk>, Jigsaw Mailing List <www-jigsaw@w3.org>
That seems to be a good idea, unfortunately I can't work on it
now, but I'll do it asap.
Regards, Benoit.
Christopher William Turner wrote:
> Jigsaw's autoindexing and reloading of servlets is only suitable for
> simple servlets with a single class. A more robust solution is to base the system
> on jar packages instead.
>
> java -jar ajarfile.jar
> will execute a jar file starting from the class specified in the manifest file under the header "Main-Class"
>
> I suggest jigsaw could create a similar standard perhaps using a manifest header of "Servlet-Class" to specify
> the servlet class.
>
> My particular servlets are in-memory databases and have long initialisation times
> so other enhancements might be:-
> 1) Do *not* auto-load the servlet when using jigadmin.
> 2) Do auto-load some servlets at jigsaw startup time.
>
> --
> Chris Turner, http://www.cycom.co.uk/
--
- Benoît Mahé -------------------------------------------------------
World Wide Web Consortium (W3C)
Architecture domain - Jigsaw Engineer
http://www.w3.org/People/Mahe - bmahe@w3.org
---------------------------------------------------------------------
Received on Tuesday, 15 June 1999 05:16:26 UTC