Hi,
I have a test APEX application that is deployed trough a Tomcat cluster and load-balancing using Apache HTTP.
The possible addresses that are returned show up the full url and port, as for instance:
http://192.1.230.14:7101/apex
http://192.1.230.15:7102/apex
http://192.1.230.16:7103/apex
http://192.1.230.17:7104/apex
I would like to "hide" the values of the IP addresses and ports with something like this:
http://customers/apex
Is it something that can be set inside the APEX application or at the Apache HTTP?
Thanks by advance for any tip.
Kind Regards