- From: Benoit Mahe <Benoit.Mahe@sophia.inria.fr>
- Date: Wed, 15 Apr 1998 14:54:05 +0200
- To: "Wolfgang Platzer" <wplatzer@iaik.tu-graz.ac.at>
- cc: "Benoit Mahe" <Benoit.Mahe@sophia.inria.fr>, "Jigsaw Mailinglist" <www-jigsaw@w3.org>
wplatzer@iaik.tu-graz.ac.at writes: > In my servlet now I use a workaround: > > String tcs = (String)req.getAttribute("test.test_class"); > TestClass tc = new TestClass(tcs); > > > The reloading of a changed servlet works great!!! > > I suggest only to reload the classes in the servlets directory and NOT to > reload classes which are defined in Jigsaw's classpath. > > Wolfgang > Yes, but the servlet class could be in the CLASSPATH, and this seems to be something useful for some people. For the moment I have added a boolean flag to disable auto-reload (in Jigsaw2.0 only), do you want the new ServletWrapper.java file? Benoit. - Benoît Mahé ------------------------------------------------------- World Wide Web Consortium (W3C) Architecture domain - Jigsaw Team http://www.w3.org/People/Mahe - bmahe@w3.org - +33.4.92.38.79.89 ---------------------------------------------------------------------
Received on Wednesday, 15 April 1998 08:54:13 UTC