Installing Jigsaw

Hello

I try to install Jigsaw but I've got a problem.
When I run it (with the command java org.w3c.jigsaw.Main -root
/usr/local/Jigsaw/Jigsaw)
it does :

loading properties from: /usr/local/Jigsaw/Jigsaw/config/server.props
*** salvaging resource manager state...
*** resource store state salvaged, using: 1
*** Warning : JigAdmin[2.1.2]: no logger specified, not logging.
JigAdmin[2.1.2]: serving at http://promethee.aquitaine.iufm.fr:8009/
*** salvaging resource manager state...
*** resource store state salvaged, using: 26
Exception in thread "main" java.lang.NoClassDefFoundError:
javax/servlet/ServletContext
        at java.lang.Class.forName0(Native Method)
        at java.lang.Class.forName(Class.java:120)
        at
org.w3c.tools.resources.serialization.xml.XMLReader.startElement(XMLReader.j
ava:51)
        at com.jclark.xml.sax.Driver.startElement(Driver.java)
        at com.jclark.xml.parse.EntityParser.parseContent(EntityParser.java)
        at
com.jclark.xml.parse.EntityParser.parseDocumentEntity(EntityParser.java)
        at com.jclark.xml.parse.DocumentParser.parse(DocumentParser.java)
        at
com.jclark.xml.parse.base.ParserImpl.parseDocument(ParserImpl.java)
        at com.jclark.xml.sax.Driver.parse(Driver.java)
        at
org.w3c.tools.resources.serialization.xml.XMLReader.parse(XMLReader.java:193
)
        at
org.w3c.tools.resources.serialization.xml.XMLReader.readResources(XMLReader.
java:207)
        at
org.w3c.tools.resources.serialization.xml.XMLSerializer.readResources(XMLSer
ializer.java:139)
        at
org.w3c.tools.resources.store.ResourceStoreImpl.loadResources(ResourceStoreI
mpl.java:454)
        at
org.w3c.tools.resources.store.ResourceStoreImpl.lookupResource(ResourceStore
Impl.java:196)
        at
org.w3c.tools.resources.store.NewReference.lock(NewStoreEntry.java:61)
        at
org.w3c.tools.resources.store.NewStoreEntry.loadResource(NewStoreEntry.java:
241)
        at
org.w3c.tools.resources.store.ResourceStoreManager.loadRootResource(Resource
StoreManager.java:935)
        at org.w3c.jigsaw.http.httpd.loadRoot(httpd.java:772)
        at org.w3c.jigsaw.http.httpd.changeRoot(httpd.java:779)
        at org.w3c.jigsaw.http.httpd.initializeRootResource(httpd.java:808)
        at org.w3c.jigsaw.http.httpd.start(httpd.java:1860)
        at
org.w3c.jigsaw.daemon.ServerHandlerManager.<init>(ServerHandlerManager.java:
269)
        at
org.w3c.jigsaw.daemon.ServerHandlerManager.main(ServerHandlerManager.java:48
0)
        at org.w3c.jigsaw.Main.main(Main.java:15)

And it doesn't return to the command line. I must do Ctrl-C to stop it.
And then when I go to the URL  http://promethee.aquitaine.iufm.fr:8009/
I 've got :

Method GET not implemented.

The administration server does not use plain HTTP but a variant of it. The
only tool available for now is an application called JigAdmin. Please read
the documentation.

I have a redhat Linux 6.0, Roxen Challenger (Web server), JDK 1.2

Can anybody help ?
Thanks

Marc Leforestier

Received on Monday, 18 December 2000 11:18:43 UTC