Contact Us 1-800-596-4880

Using Side-by-Side Configuration Files

Mule Runtime Engine versions 3.5, 3.6, and 3.7 reached End of Life on or before January 25, 2020. For more information, contact your Customer Success Manager to determine how you can migrate to the latest Mule version.

Side by side configurations are independent and require nothing specific to work except to let Mule know it should load them.

To do so, create a file named mule-deploy.properties in the same directory that contains your configuration files and add configuration similar to the following one, but of course with your configuration file names:

config.resources=mule-main-config.xml,mule-transports-config.xml

With this in place, Mule will know which configuration files it should load when deploying your application.

If you’re starting your application from Eclipse, go to the parameters screen of the "Run" configuration you use and select your files there.