How to change domain name from "LocalHost" to ipaddress in Jdeveloper?
890683Dec 17 2012 — edited Dec 17 2012Hi
When i run any application from JDeveloper, the page opening with the URL keeping "*LocalHost*" as a domain name,
eg: http://*localhost*:7101/Testing/faces/index.jsf
How can i change the domain name from "localHost" to my system's ipaddress. So that whenever i execute the page, the page should open with the ipaddress and not with "localhost", like http://*10.34.65.175*:7101/Testing/faces/index.jsf
Regards
Raj