On Tue, Feb 15, 2011 at 11:52 PM, Gert Villemos <gville...@yahoo.de> wrote: > > I would like to create a component that process URL requests. I have > implemented this using Jetty, but would now like to deploy the complete > application within Tomcat. > > Which Camel component should I use to receive URL requests through Tomcat? I > have looked at the HTTP component but that is only for outgoing requests, as > well as the servlet component but I cant figure out if this does what I need > and how to configure it in a Tomcat context. > --
You can use the servlet component and then deploy your application as a WAR file in Tomcat. The servlet works similar to the Jetty, but leverages the servlet container instead. > View this message in context: > http://camel.465427.n5.nabble.com/Camel-and-Tomcat-tp3386793p3386793.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen ----------------- FuseSource Email: cib...@fusesource.com Web: http://fusesource.com Twitter: davsclaus Blog: http://davsclaus.blogspot.com/ Author of Camel in Action: http://www.manning.com/ibsen/