Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Hide Ip address in web application url.

807580Jan 6 2010 — edited Jan 6 2010
Hi

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 3 2010
Added on Jan 6 2010
4 comments
327 views