One properties configuration file for Multi Apps on Mule ESB runtime -


today have same properties configurated on mule-app.properties file each apps. this:

enter image description here

all apps (+ 5) running on same mule esb runtime (ce).

for example, when necessary change host or password, need change properties file of apps.

i have 1 properties file on mule esb runtime shared apps.

is there form make this?

thanks!

you can create new mule project , call "shared". now, in project, can create file src/main/resources/config.properties , there put settings need.

to have these settings in current project, add project "shared" in "projects" tab of "java build path". in main file of current project, write

< context: property-placeholder location="config.properties" />


Comments

Popular posts from this blog

sublimetext3 - what keyboard shortcut is to comment/uncomment for this script tag in sublime -

ios - MKMapView fails to load tiles with HTTP 410 error -

c# - How to utilize EF and LINQ to add filters and specify tables, columns, filters and order by dynamically -