Hi BIRT community,
I am planning to use BIRT in my web application on Tomcat/Linux. But the report generation was very slow the first time after each deployment or server restart. I understand there might be some lazy initialization to be done. Is there any way to trigger the initialization from background in Java?
The idea is, I don't want users to experience any long time waiting. All setups and initialization should be taken care of during deployment. If anyone have any suggestions/tips, please let me know. Thanks so much in advance.