- 
        1. Re: Deploy Fuse project war on Tomcat 7ffang May 14, 2014 1:49 AM (in response to hem_jboss)Hi, Yes, you may wanna check out the documentation here[1] to get more details. [1]http://camel.apache.org/tutorial-on-using-camel-in-a-web-application.html Freeman 
- 
        2. Re: Deploy Fuse project war on Tomcat 7hem_jboss May 14, 2014 7:11 AM (in response to ffang)ffang Thanks for the link. But, i am already using the same configuration in web.xml as defined in the provided link. Now, i am getting the "No Spring WebApplicationInitializer types detected on classpath" info in logs. And is not getting any request till Tomcat for services. My current project configuration is like : Project A contains the camel+cxf code, there is another project B containing No code. I have provided Project A as dependency to Project B and defined packaging of B as "war". Now, i am trying to deploy project B in tomcat.Whereas, i have directly deployed project A in Fuse server. 
- 
        3. Re: Deploy Fuse project war on Tomcat 7ffang May 14, 2014 8:32 PM (in response to hem_jboss)1 of 1 people found this helpfulHi, Could you check if projectA packaged in your war? That said, the WEB-INF/applicationContext.xml should be in your war. Freeman 
- 
        4. Re: Deploy Fuse project war on Tomcat 7hem_jboss May 15, 2014 6:33 AM (in response to ffang)ffang : Thanks for the response. Yes, i could see the jar packaged in my war file under WEB-INF/lib folder and all related jar (added as dependency). On your second point, are you saying that i should copy my camel/spring context files from Package A (of jar type) to Package B's(of war type) WEB-INF/ folder. As there is no code in my project B. In short, my target is to deploy project A on tomcat. Please show me some light 
- 
        5. Re: Deploy Fuse project war on Tomcat 7ffang May 15, 2014 7:35 AM (in response to ffang)Hi, If your target is to deploy project A on tomcat, why not build projectA as war and use it directly? Freeman 
- 
        6. Re: Deploy Fuse project war on Tomcat 7hem_jboss May 21, 2014 9:11 AM (in response to ffang)ffang thanks for the guidance. I can't package A as war, as i have modularized my application into several modules packaged as jar. and i need to deploy multiple jars through a single war. Now, i am able to deploy all of my modules, provided as dependencies(into pom.xml) into a war type packaged product. 
 
    