• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Ron McLeod
  • Paul Clapham
  • Devaka Cooray
  • Liutauras Vilda
Sheriffs:
  • Jeanne Boyarsky
  • paul wheaton
  • Henry Wong
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Carey Brown
  • Mikalai Zaikin
Bartenders:
  • Lou Hamers
  • Piet Souris
  • Frits Walraven

Displaying IP Address instead of domain name on url

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I have a Static IP taken from Airtel, and Domain Name from other hosting company, whenever I type the domain name in url it reflects/displays my static IP Address on url instead of Domain name. Like I have static ip 122.169.252.127 on the port 80 I have running one application on Jboss server like (NITRA the name of application), so whenever I am typing the Url name (http://www.twindata.in) it converts the url like http://122.169.252.127/NITRA on the url. I dont want the IP should be reflected on the url. It must display the domain name instead.

Thanks in Advance
NitinG
 
Rancher
Posts: 1337
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The web page returned returned from http://www.twindata.in/ contains a redirect to http://122.169.252.127/NITRA (using an http-equiv), so this behavior is to be expected. If you don't want that, then remove the http-equiv from the page.
 
Amateurs built google. Professionals built the titanic. We can't find the guy that built this tiny ad:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic