Kontorotsui wrote:
> Make sure that in /etc/host.conf you have the following command:
>From the attachment I sent:
production:~/projects/inet>cat /etc/host.conf
order hosts, bind
multi on
> order hosts, bind
Check!
> And that in /etc/hosts there is the entry
>From the attachment I sent:
pr
"[EMAIL PROTECTED]" wrote:
>
> What do you get if you run "nslookup localhost" ?
>
> Troy
>
hm. This is very interesting.
Trying that yesterday would result in :
"... can't find production: Non-existent host/domain"
But today, I get a response?!?
Non-authoritative answer:
Name:localh
On 02-Oct-99 Shawn McKisson wrote:
[localhost resolution]
> Does anyone know the solution to this problem or know where to start looking?
Make sure that in /etc/host.conf you have the following command:
order hosts, bind
And that in /etc/hosts there is the entry
127.0.0.1 localhost
--
While trying to get apache jserv to work, I kept getting errors about not being
able to resolve the hostname "localhost".
Thus I went browsing and found a few simple programs, none of which I could get
to work properly. Here is the one that I found most useful:
import java.net.*;
class HostCheck