Re: installing jigsaw

Ade Okuboyejo writes:

> This message is in MIME format. Since your mail reader does not understand
> this format, some or all of this message may not be legible.
> 
> ------ =_NextPart_001_01BD7E4F.9ACCEF80
> Content-Type: text/plain
> 
> Hi
> 
> I have downloaded the jigsaw application and installed it on my a
> standalone pc. I have set my classpath to include the jigsaw and jdk
> classes. On launching the server I get an error message as indicated
> below:
> 
> c:\>java w3c.jigsaw.Main -root c:\jigsaw\jigsaw
> loading properties from c:\jigsaw\jigsaw\config\server.props
> Unable to launch http-server:w3c.jigsaw.http.httpd
> [initializeProperties]: [host] undefined
> Unable to launch admin-server:w3c.jigsaw.admin.AdminServer
> [initializeProperties]: [host] undefined.
> ***FATAL Error:
> No servers launched!
> 
> 
> what am I doing wrong?
> 
> Ade
> aokuboyejo@textsys.co.uk
> 

 Java is unable to find your host name, add the following line
 in http-server.props

 w3c.jigsaw.host=<your host name>

 you can specify it as localhost.

 w3c.jigsaw.host=localhost

 Benoit


- 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 Wednesday, 13 May 1998 05:02:24 UTC