How to override mule config file name in Mule Studio? -


mulestudio or plugin eclipse uses mule-config.xml file default. there option override file name?

there 2 options.

  1. right click on mule project , go

    run --> run configurations

    then select java application. right click , select new add config file name shown in picture , run it. configuration pic

  2. create mule-deploy.properties , keep in src/main/app folder. add configuration resource entry it. helpful when package , deploy mule application onto mule standalone server.

    config.resources=my-mule-config.xml

refer following link more detials on mule in eclipse.

creating mule project in eclipse

hope helps.


Comments

Popular posts from this blog

Why can rails not find a route created by a helper? -

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -