Jigsaw release 1.0 beta
-----------------------

Due to this original architecture, Jigsaw's configuration process is
not the one you are used to see in file-based servers, this is why
this README starts by this warning: 

    Read the documentation first !

Running the server:
-------------------

To read the documentation, you will have to first run Jigsaw, the
simplest way of doing so is the following:

0) Get a Java interpreter and install it. As of Jigsaw/1.0beta, Java
   version 1.1 is required.
   You can get Sun's Java intepreter for free from:
     http://www.javasoft.com

1) Set your CLASSPATH environment variable in order to include
   Jigsaw's classes. To do this:
   
     On Windows
       set CLASSPATH=<instdir>/Jigsaw/classes/jigsaw.zip
     On UNIX
       export CLASSPATH=<instdir>/Jigsaw/classes/jigsaw.zip

   Where <instdir> should be substitued with the absolute path of the
   directory in which you unpacked Jigsaw.

2) Check that your PATH setting allow you to run the Java
   interpreter. This will usually be the case if you have installed
   Sun's JDK. 

3) Run the server:

     On Windows
       java w3c.jigsaw.http.httpd -root <instdir>\Jigsaw\Jigsaw
     On UNIX
       java w3c.jigsaw.Main -root <instdir>/Jigsaw/Jigsaw

4) Point your browser to the server's home page. At step 3), the
   server will have emited the full URL it is listening on, just point
   your browser to this URL and follow the instructions.

Submiting bugs, giving feedback:
--------------------------------

A mailing list is available for Jigsaw related discussions:

    www-jigsaw@w3.org

To subscribe, send mail to www-jigsaw-request@w3.org, with subject "subscribe"

Enjoy !
Jigsaw Team <jigsaw@w3.org>

      
