How to access a web application hosted in Linux machine using host name from Windows 7 client machine instead accessing through IP address?
I just added the Linux machine in to the LAN. So the application is accessible as http://<IPADDRESS OF Linux Machine>:8080/webapp/index.html
.
However, I want to access by hostname like http://<hostname>:8080
instead of http://<IPADDRESS>:8080
. Added the host name of linux machine into
the DNS server but that didn't help.
Note: The Linux machine (Redhat 5.3) is running under the DNS server (Windows server 2008).