W3C Jigsaw

Jigsaw Overview

This is your home page, served by Jigsaw ! You can edit it as the file Jigsaw/Jigsaw/Overview.html.

For further questions, comments, criticisms, a mailing list is available, to subscribe send email to www-jigsaw-request@w3.org with the word subscribe in the subject. Before posting, you're welcome to check the mailing list archive


Configuring the server

As of 2.0beta2, Jigsaw's configuration is handled through a full-blown Java application named JigAdmin. To run that application, run the following commands:

Windows
set CLASSPATH=<INSTDIR>\Jigsaw\classes\jigsaw.zip
java org.w3c.jigadm.Main -root <INSTDIR>\Jigsaw\Jigsaw http://yourmachine:8009/
Unix
export CLASSPATH=<INSTDIR>/Jigsaw/classes/jigsaw.zip
java org.w3c.jigadm.Main -root <INSTDIR>/Jigsaw/Jigsaw http://yourmachine:8009/


More Infos


Enjoy !
Jigsaw Team