Hide Ip address in web application url.
807580Jan 6 2010 — edited Jan 6 2010Hi
I have built a simple web site on my local machine.
Now when i access the same from other computer connected to network, I have to give following URL.
http://xx.xxx.xx.xx/myApp/init.do
where xx.xxx.xx.xx is my IP address.
Now is there any way I can hide this IP address.
So, that I can access above application as
http://myname-myorganisation/myApp/init.do
I have deployed this application in tomcat web server.
Thanks