-
Notifications
You must be signed in to change notification settings - Fork 28
Description
I want to comment on this situation so that you can please review it in the project:
I have been working from AWS with an EC2 instance running Oracle Linux 8.10, ORDS 24.3, APEX 23.1, Tomcat 9.0.91, and JRI 2.11 against an Oracle 19 RDS service. I have configured a load balancer, and when running reports using the load balancer URL, some worked and others did not. Upon reviewing the Tomcat log, I found that there are direct calls to elements (http://ip_address/i/blank.gif) using the instance’s IP, forcing me to grant security group permissions to expose the server directly from the instance.
The correct approach is that everything JRI needs should be accessed through the call URL, in this case, the load balancer, and not routes to the instance’s IP.
I hope you consider this.
Thank you very much to the entire team for the tool.