Service is not initialize while embeding tomcat with mule esb
问题 I follow all the steps define in the following link http://www.mulesoft.org/documentation/display/current/Deploying+Mule+as+a+Service+to+Tomcat Instead of > <Listener > className="org.mule.config.builders.MuleXmlBuilderContextListener" /> I used > **<Listener className="org.mule.module.tomcat.MuleTomcatListener" />** And my tomcat also started. I also deploy my war file into webapps folder. I didn't get any error while deploying war file.. But problem is my service didn't initialize..