BIRT Reports dependencies

Hello,

I need to run in ReportServer a BIRT Report with dependencies. The dependencies are Event Handlers packed in a separate jar file.
Can you please suggest me where I can place these report dependencies so that they are available by reports runtime?
The ReportServer application lib folder is excluded, I need an independent place from the RS or application server instance / version, idealy on RS internal File System.

Thank you.
Cristian

Hi Cristian,

you can try by adding the directory with your jar to the tomcat classpath: (http://stackoverflow.com/questions/1300780/adding-a-directory-to-tomcat-classpath)
“Just specify it in shared.loader or common.loader property of /conf/catalina.properties”

Please let me know if this works.

Cheers,
Eduardo