Hi

Have just downloaded and run comswiki and it looks fantastic,
however I have a problem.

I can reach it at http://localhost:80 but It can't be seen 
over the network!  If I look at what sockets are open on the
machine squeak is listening on 80 but with a local ip of 0.0.0.0.

Exactly the same thing happens when you run Apache out of the box,
it listens at 0.0.0.0 and can't be seen on the network. but in the
config for apache you can put 
Listen 192.168.0.1:80   (for example)
and this fixes the problem. I can't find anywhere in squeak
where you can set this up, and I get the impression that it is 
meant to work automatically in NetNameResolver.

I tried evaluating "Socket initialiseNetwork" in a workspace before
running the server but this did not help.

On the class side of NetNameResolver there is a defaultHostname variable
that is set to empty string, but putting either an ip or machine name
does not seem to make any difference.

Hope somebody can help.

Regards

Bill

Reply via email to