Skip to Main Content

APEX

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to hide urls and ports from APEX pages deployed usingTomcat and Apache HTTP

LauryMar 22 2016 — edited May 4 2016

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

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 1 2016
Added on Mar 22 2016
4 comments
906 views