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)
Dynamically use different datasource in environment and birt report designer
shazia
Hi,
im using webviewerexample embedded in my war-file, and build with maven
i want to use different database-configuration for the database for different environments (development/test/production) and the birt report designer. What is the best dynamically way to do this ?
i thought using jndi configuration. Ive done this, and now my tomcat has configured the jndi and i state the jndi when i create the datasource in the birt report designer. All good. But the jndi does not work at design time in the Birt Report Designer...what to do to make it work at design time
any suggestions or ideas ?
Find more posts tagged with
Comments
shazia
its ok, i found out that one can state both the jndi url and database-url in the designer....in design time the database-url takes presedence, and on tomcat the jndi takes presedence, great stuff