You can also try out camel-servlet component[1].
Please make sure the CamelHttpTransportServlet is loaded before the
camelcontext is started.
[1] http://camel.apache.org/servlet.html
Willem
moller 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.