I have my birt application running within a tomcat server. In our stable env we access the app server via an apache web server. Also direct access to the apperver is not allowed and hence all requests are made through the web server
The problem I have is in BIRT when I use drill down reports, the url for the drill down report does not contains the url of the appserver and not the web server.
Is there a way to configure and force the drill down reports to use the same url as that of the parent report ?
For example - Parent report runs on url
http://webserver.abc.com/birt/framset?__report=parent1.....
When I click on the report for drill down, the url changes to
http://appserver.test.xyz:8080/birt/frameset?__report=drilldown.
As direct access to the appserver is not permitted, this fails.
Thanks.