- From: Werner Hennrich <wehe@gmx.at>
- Date: Mon, 14 Feb 2000 09:41:39 -0500 (EST)
- To: "Www-Jigsaw" <www-jigsaw@w3.org>
>Date: Sun, 13 Feb 2000 15:15:05 +0100 (MET) >From: Yves Lafon <ylafon@w3.org> >To: Peter Schuller <scode@scode.webprovider.com> >cc: www-jigsaw@w3.org >Message-ID: <Pine.GSO.4.21.0002131511010.19325-100000@tarantula.inria.fr> >Subject: Re: Problems with servlet > >The servlet should be in a directory configured to allow servlets, it can >be done easily. >If your servlet is /foo/bar/myServlet, edit the /foo/bar resource. Delete >its HTTPFrame, and replace it by an org.w3c.jigsaw.servlet.ServletDirectoryFrame >It is equivalent of setting the CLASSPATHfor the servlet inside this >container. >Hope this helps, Will that still work, if /foo/bar also contains other, non-servlet resources, e.g. a WebbApplication as defined in JSDK 2.1 ?? like e.g. /foo/bar/index.html /foo/bar/logo.gif and still have /foo/bar/MyApp be a Servlet loaded through JigSaws classloader (MyApp is not in the ClassPath so that it is reloaded after recompilation). thanks a lot, Werner Hennrich
Received on Monday, 14 February 2000 09:46:13 UTC