Re: name resolution problems

1999-10-03 Thread Shawn McKisson
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

Re: name resolution problems

1999-10-03 Thread Shawn McKisson
"[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

RE: name resolution problems

1999-10-03 Thread Kontorotsui
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 --

name resolution problems

1999-10-02 Thread Shawn McKisson
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