Apex Dns Settings
713378Jan 7 2010 — edited Jan 11 2010Hi everybody,
We have an apex application and it has a typical apex address, http://10.110.61.73:8080/apex/f?p=109.
We establish a dns host and "myapplication" points to that address ( 10.110.61.73 ). When i ping "myapplication" in cmd by typing "ping myapplication", that returns the results as :
Pinging myapplication.aaa.entp.tgc [10.110.61.73] with 32 bytes of data:
Reply from 10.110.61.73: bytes=32 time=1ms TTL=249
Reply from 10.110.61.73: bytes=32 time=1ms TTL=249
Reply from 10.110.61.73: bytes=32 time=1ms TTL=249
Reply from 10.110.61.73: bytes=32 time=1ms TTL=249
Ping statistics for 10.110.61.73:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 1ms, Maximum = 1ms, Average = 1ms
It is ok. But as expected, when i typed http://myapplication in browser that did not pointed to "10.110.61.73:8080/apex/f?p=109" address. How can i perform this wish? When a user typed "http://myapplication" in browser, how can i return her to "10.110.61.73:8080/apex/f?p=109".
By the way, i am using Oracle 11.2. I think it could not be in Mod PL/SQL? I will set up Application Server to production environment.