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!
Hi
On Oracle 10g, how to remove port number from the Application URL...
So this is my Application URL :
http://127.0.0.1:8890/forms/frmservlet?config=el
I want to run the Application as :
http://127.0.0.1/forms/frmservlet?config=el
Thanks alot...