0
votes

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

1 Answers

1
votes

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.