In Oracle, is there a way to change the web interface URL? Usually, it is localhost:8080
, but I don't like how that looks or the fact that I have to specify the port number.
I know I can use virtual hosts from Apache, node.js, nginx or some other server, then change my HOSTS file, but is there a way to change it specifically from the Oracle program?
I have 11g Express, but I will take answers from any version, as I will likely use others in the future.