Hello, <br />
<br />
I am attempting to use a library, which I have tried placing in the "report" folder as suggested in <a class='bbc_url' href='
http://www.birt-exchange.org/forum/designing-birt-reports/15319-how-deploy-rptlibrary-files-tomcat.html#post48827'>this reply</a>. I seem to be having problems with getting the library to work. <br />
<br />
I currently have my .rptdesign files in the WebContent folder, and they work nicely from there without a library. However, if I place an .rptlibrary file in that same folder and attach the library to the designs and drag for example a few report parameters to the design, the same design doesn't work anymore.<br />
<br />
I tried setting BIRT_RESOURCE_PATH to /resources in WEB-INF/web.xml, so that the resources folder is different, and placing the .rptlibrary file there. No luck. Aamof, changes to web.xml do not seem to affect the configuration at all. Can you explain how to do this?<br />
<br />
Thanks!