Oh, you should not use the ContextLoaderLister to load the camel route.
There is a contextConfigLocation parameter that you can pass to the
CamelHttpTransportServlet to load the camel route.
You can find the example here
https://svn.apache.org/repos/asf/camel/trunk/components/camel-servlet/src/test/resources/org/apache/camel/component/servlet/web-spring.xml
Willem
jfaath wrote:
I played around with this by removing everything below the
ContextLoaderListener listener. I still get the same error. As a rule, it
seems that Tomcat always loads listeners before servlets.
What exactly is the expected behavior of the bootstrap process in the
servlet container? What is the contextConfigLocation parameter supposed to
do?
Is there a sample of using this component in an actual servlet container?
willem.jiang wrote:
Hi,
Can you remove the web console part and try again?
Maybe there are some side effect of the web console configure.
Willem
jfaath wrote:
So should I post a JIRA on this? The servlet component doesn't seem to
work
in v2.2 when used in the web console.