On Wed, Mar 26, 2014 at 8:39 AM, N.S.KARTHIK <[email protected]> wrote: > Hi > > On Tomcat the "Camel DSL-Spring / java Routes" will be part of the war as > "WEB-INF/lib" as jar file and > > within the war in "/WEB-INF/applicationContext.xml" file declaring a > <packageScan> > > to scan all of the Jars from local context to process. > > > Finally For Tomcat deployment > > 1) Would the OSGI within "MANIFEST.MF" still need to be part of the jar ? >
No that is only needed for deploying to OSGi containers. > 2) Would the packaging of "Camel DSL-Spring / java Routes" be in a specific > format for Tomcat deployment. > No its just standard WAR deployment for Tomcat or any other JEE web container. > > Note: - I did not fine this packaging info on Camel Site [ > https://camel.apache.org/spring.html ] > > > with regards > Karthik > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/Came-DSL-Spring-Routes-on-Tomcat-insted-of-Servicemix-tp5749137p5749379.html > Sent from the Camel - Users mailing list archive at Nabble.com. -- Claus Ibsen ----------------- Red Hat, Inc. Email: [email protected] Twitter: davsclaus Blog: http://davsclaus.com Author of Camel in Action: http://www.manning.com/ibsen Make your Camel applications look hawt, try: http://hawt.io
