Hi,If you don't want start the jetty engine, you can try to use the camel-servlet[1] component.
[1]http://camel.apache.org/servlet.html Willem jfaath wrote:
I've deployed my camel app as a web application in tomcat. Works great. The main starting point for my route is an http server endpoint using camel-jetty. So, it seems weird to me that tomcat starts and then starts a jetty instance. Is there any way to use the actual tomcat instance for this endpoint? Does this make any sense? Regards, JF