Re: [host] undefined on start up?

On Sun, 31 Oct 1999, jackie wrote:

> I have downloaded Jigsaw version 2.0.1, have JDK1.2, windows 95 os and am
> using CYGNUS bash shell. I have installed the server with no errors but the
> probelm is when trying to run the server. On running:
> 
>  java -cp "c:\server\Jigsaw\classes\jigsaw.zip;" org.w3c.jigsaw.Main -root
> "c:\server\Jigsaw\Jigsaw"
> 
> The error returned:
> Unable to launch http-server:
> org.w3c.jigsaw.http.httpd[initializeProperties]: [host] undefined.
> Unable to launch admin-server:
> org.w3c.jigsaw.admin.AdminServer[initializeProperties]: [host] undefined.
> *** FATAL Error:
> No servers launched !
> 
> I have tried including -host 127.0.0.1 in the command but no luck. Any
> advice??

It should have been fixed in 2.0.3 and up, otherwise try to add 
org.w3c.jigsaw.host=127.0.0.1 in the configuration files of both servers
(http-server.props, admin-server.props)
Regards,

      /\          - Yves Lafon - World Wide Web Consortium - 
  /\ /  \        Architecture Domain - Jigsaw Activity Leader
 /  \    \/\    
/    \   /  \   http://www.w3.org/People/Lafon - ylafon@w3.org    

Received on Tuesday, 16 November 1999 07:39:39 UTC