Birt Report Engine

anilthadathil
edited February 11, 2022 in Analytics #1

Hi
I have created a Java Servlet to render PDF reports using Birt Engine.I used pojo data-source for generating the report.
While i tried to generate the report the first time in tomcat env the reports works fine but while i try to generate the second report it still pointing the class-path of the first report and the report open with no data.if i restart the tomcat and run the second report it works but the first one fails because now it's pointing to second report class-path.

is there any way to re-initiate the birt engine- i have tried couple of ways but no luck.

Comments