I Have a requirement like the below:
as i have a linux machine with the ip 10.127.0.1 and and tomcat installed on the same machine with the port number 8080 and I am runnning my web application with the name apps1
if i want to access the apps1 application from other machine i have to type http://10.127.0.1:8080/apps1----it workis fine.
But i want to change the entire address (http://10.127.0.1:8080/apps1) into a name like http://myapplicaton.com .so that other can easily access my web application.
Please suggest me how to create a DNS in linux for above requiremets...
Thanks in Advance.