Reputation: 41
I've installed an oracle apex environment and everything is okay, but my root URL open the admin page and i like to open the application itself. Where i can change it?
For example:
Upvotes: 0
Views: 845
Reputation: 143103
Well, if you meant to run Apex (development tool) so that it automatically opens one of applications within that workspace (so that you could develop it further), I don't think that you can do that.
However, if your question is how to actually run desired application without going into Apex (development tool) first, navigating to the application and then running it, then a simple option is to do exactly that:
go to Apex, go to App Builder, run desired application
in browser's address line you'll see something like this:
https://apex.oracle.com/pls/apex/f?p=12488
This is my application whose APP_ID = 12488, stored on online apex.oracle.com, but never mind that - you'd just bookmark that URL and then - whenever you want to run it - choose that bookmark from the list (or the toolbar, depending on where you put it).
Upvotes: 1