Hi,
We have apex installed in our OCI and configured load balancer on top of it. Currently the apex base url look like below
https://apexapp.testdomain.com/apex/f?p=340
I am looking to have my URL as http://apex.apexapp.testdomain.com which will redirect to "https://apexapp.testdomain.com/apex/f?p=340" and mask the original apex url. Currently we are accessing apex via ords deployed in apache tomcat. In short, we want to use friendly url instead of apex applicaiton id, etc.,
Is it possible with OCI Load Balancer and apache tomcat. Please advise