Open oegidio opened 1 month ago
Hi @oegidio,
thank you for raising this.
When are these called made, i.e. to blank.gif? When using which report format, is it HTML?
Hi, I use only pdf
On Tue, 22 Oct 2024 at 6:26 AM Dietmar Aust @.***> wrote:
Hi @oegidio https://github.com/oegidio,
thank you for raising this.
When are these called made, i.e. to blank.gif? When using which report format, is it HTML?
— Reply to this email directly, view it on GitHub https://github.com/daust/JasperReportsIntegration/issues/154#issuecomment-2429020942, or unsubscribe https://github.com/notifications/unsubscribe-auth/ADBY2XZHRNITBNPFLFC5V4TZ4YY6RAVCNFSM6AAAAABQKOH5PCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDIMRZGAZDAOJUGI . You are receiving this because you were mentioned.Message ID: @.***>
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.