Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
BIRT Reporting API and BIRT_RESOURCE_PATH
java123
I have implemented my own Report Engine using the BIRT API.
I have two project, the first contains my web project, the second contains my BIRT resources files. Can I use the web.xml BIRT_RESOURCE_PATH context-param inside my web project to locate my resources in my second project ?
Find more posts tagged with
Comments
JasonW
If you have written your own servlet, you should be able to set the resource folder on the EngineConfig class. The method is setResourcePath. It expects a complete path to a directory.