On April 27, 2024, our Sign-in and Create Account options will be unavailable from 9am-12pm ET. During this maintenance window, developer account access and free trial registration will be unavailable.

Birt Report Engine

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.