I'm trying to setup Birt running under Jetty. I can get the "congratulations" report to run:
http://10.10.11.1:8080/reports/frameset?%5F%5Freport=test.rptdesign&sample=my+parameter
However, I am not able to get any other reports to run. I have the BIRT viewer running from the "reports" context. Trying to run one of the sample reports (placed in the same directory as the birt.war file).
Here is what I've tried: http://10.10.11.1:8080/reports/frameset?%5F%5Freport=SalesInvoice.rptdesign SalesInvoice.rptdesign is placed in the same directory as the birt.war file
http://10.10.11.1:8080/reports/frameset?%5F%5Freport=/templates/SalesInvoice.rptdesign Where templates is a sub-directory of the context for birt. This results in:
- There is no report design object available.
Any idea what I'm doing wrong?