How to load database URL and credentials from properties file in BIRT

BIRT 4.2.1 runtime package deployed on a Tomcat server. Now I would like to read the database URL and credentials from the properties file and bind them to the properties of the data source. Is it possible to set properties in web.xml (BIRT_HOME / WEB_INF / web.xml) and use it?

I read this message Birt data source parameters from the properties file

+4
source share

All Articles