can somebody please help me how to make a war of a simple mule application.
My mule application consists of a single mule-config.xml file.
I have made this mule project in ecplise and can run it as a mule server.
My requirement is to make a war and deploy it in a tomcat or tcat server.
Thanks and Regards,
Arijit
As explained in the user guide:
So just add this in your web.xml, with mule-config.xml at the root of your classpath (for ex. in src/main/resources):
EDIT I’ve open-sourced a running demo: https://github.com/ddossot/mule-webapp-example