Jigsaw Proxy-Package based on 2.0beta3
--------------------------------------

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) Build the right property files
     Go to <instdir>/Jigsaw/Jigsaw (Windows: <instdir>\Jigsaw\Jigsaw)
     and execute:
       java InstallProxy

4) Run the server:

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

5) Set your browser to use Jigsaw as your proxy (at step 4, the host
   and port are given to you). To read more on Jigsaw, take a look at the
   online help: http://www.w3.org/Jigsaw/Doc/

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>

      
