Re: Jigsaw 2.0alpha1a: Need a blue print for servlets

> 
> Hi,
> 
> I' am trying to use Jigsaw with servlets but i got some pb. Is there a blue 
> print to configure jigsaw for servlets and to install a servlet onto the 
> server. Following the Jisaw FAQ, I am trying to install a DateServlet servlet 
> but at the step 3., i do not have any class "w3c.jigsaw.servlet.ServletDirector
> y" in the Resources editor helper.
> 
> Do i need to use JDK 1.2 ? ( i usally run JDK 1.1.5) ? Do i need any special 
> requirements ?
> 
> Please, help !
> 
> Pat.
> 

 This doc is for Jigsaw 1.0betaxx, not for Jigsaw2.0alpha1. But the way to
 configure servlets under Jigsaw is almost the same. The differents classes
 to use are:

 1) intstead of "w3c.jigsaw.servlet.ServletDirectory" use
 a "org.w3c.jigsaw.resources.DirectoryResource" and add it a
 "org.w3c.jigsaw.servlet.ServletDirectoryFrame".

 2) instead of "w3c.jigsaw.servlet.ServletWrapper" use a
    "org.w3c.jigsaw.servlet.ServletWrapper" that will auto
    register a "org.w3c.jigsaw.servlet.ServletWrapperFrame".

 Then the way to configure is almost the same.

 The doc for Jigsaw2.0 will be available soon.



- 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 Monday, 9 February 1998 08:49:40 UTC