On Wed, Jan 13, 2010 at 2:22 PM, moller <jor...@moller.st> wrote: > > > moller wrote: >> >> I'm looking for a sample that uses spring+camel+webcontainer (tomcat). The >> idea is to consume the incoming http request and route it to a file. Does >> anyone have a fully working sample that can be build and runs on tomcat >> >> See the nice picture on: >> http://activemq.apache.org/camel/architecture.html The incoming http >> request to a file is what I like to do. >> >> >> > > Is it possible in Camel 2.0 to consume incoming http requests in another > containers then jetty? I use Weblogic and Tomcat.
Yes you can just send the message to Camel from a Servlet or the likes. For example see this tutorial which uses Axis 1.4 as the "container" http://camel.apache.org/tutorial-axis-camel.html But the same principle applies. And you can find some links to eg. Wicket or other web frameworks people have integrated with Camel http://camel.apache.org/articles.html > -- > View this message in context: > http://old.nabble.com/more-samples-please%21-tp15202297p27144806.html > Sent from the Camel - Users (activemq) mailing list archive at Nabble.com. > > -- Claus Ibsen Apache Camel Committer Author of Camel in Action: http://www.manning.com/ibsen/ Open Source Integration: http://fusesource.com Blog: http://davsclaus.blogspot.com/ Twitter: http://twitter.com/davsclaus