I'm trying to set up JDeveloper for development on an internal terminal server. When I run a newly created webpage using the internal OC4J container, my browser opens looking at page http://hostname.domain:8988/OA_HTML/runregion.jsp
.
For reasons out of my control, the DNS server won't resolve hostname.domain for me. In production, this won't be an issue, but for testing, having to deploy and test on the full dev instance every time is a problem.
Is there a way to tell Jdeveloper to use 127.0.0.1
for the testing URL rather than hostname.domain
?