Re: http port change in ERP from 80 to 1001
Posted by ErmanArslansOracleBlog on Nov 21, 2019; 2:14pm
URL: http://erman-arslan-s-oracle-forum.124.s1.nabble.com/http-port-change-in-ERP-from-80-to-1001-tp7862p7878.html
Anything that you do in Load Balancer level is load balancer's concern.
We only make some changes(for load balancer configuration) in autoconfig xml of apps tier and run autuconfig to manage that change.
So if you change the port of load balancer url, then we need to make our EBS to be configured accordingly.
I guess you know all of that.
As for the redirection question, yes load balancer team & network team should manage that change.
What needs to be done here is, redirecting the port 80 of that load balancer entry point to the port 1024.
Clients who don't want to enter any port number to their browser bar, can be managed that way.
I guess it is called as iRule in F5/big IP (load Balancer) world.
anyways, your Load Balancer admins should guide you on this.
so the flow can be;
client -> port 80 of load balancer -> port 1024 of load balancer -> listen port of EBS HTTP Server .
However; the question is -> why do you change that load balancer url's port then? :)