Hi,
Can anyone explain how to give alias name for an ip address
for example: xxx.xxx.x.xxx where it refers to IP address which have alias name as http://companyname/
Thanks in advance
Regards,
K.Saravanan
Lester Burnham
Rancher
Joined: Oct 14, 2008
Posts: 1337
posted
0
You'll need to do a DNS lookup to find the host name for a particular IP address. Note that more than one domain can be hosted on the same machine (particularly for smaller sites), so you may not get what you thought you'd be getting.
If you want to do this programmatically from Java code, check out the DNSJava library.
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.