How to redirect oracle apex application with ords

1.6k views Asked by At

I created an oracle apex application. Now when I want to open the application I should enter the application's url, but I want to enter the IP address and browser opens my application instead of oracle apex login page. What should I do for that?

1

There are 1 answers

2
EJ Egyed On BEST ANSWER

By default, ORDS is configured to use the APEX login page as the default page when none is specified. You can change this by modifying or adding the misc.defaultPage entry in your defaults.xml configuration file for ORDS. If you set the value to f?p=100:1, you will be take to application 100 page 1 by default.