I am trying to develop a rest service using apache camel + spring and deploy the war on tomcat.

I dont want to use CXF Servlet.

I tried a few tutorial and can't get it working.

Is this a valid use case? Please provide some inputs as this is the first time i am working on Apache Camel though i have developed services using @ResponseBody earlier.

Thanks.

没有正确的解决方案

其他提示

From the stack trace, you need to put cxf-rt-http-jetty jar into the war file.

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top