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.
right click on mule project , go
run --> run configurations
then select
java application. right click , selectnewadd config file name shown in picture , run it.
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
Post a Comment