.com]
Sent: Tuesday, June 6, 2017 10:53 AM
To: users@camel.apache.org
Subject: Re: trouble with camel spring web example
Check that you see Camel logs, or use jconsole to connect to the jvm if you can
see Camel JMX mbeans there.
We cannot easily help users on EOL versions of Camel as we her
riginal Message-
> From: Claus Ibsen [mailto:claus.ib...@gmail.com]
> Sent: Tuesday, June 6, 2017 6:52 AM
> To: users@camel.apache.org
> Subject: Re: trouble with camel spring web example
>
> Must you use so old version of Camel, 2.16.0 is EOL. Or at least upgrade to
> late
mail.com]
Sent: Tuesday, June 6, 2017 6:52 AM
To: users@camel.apache.org
Subject: Re: trouble with camel spring web example
Must you use so old version of Camel, 2.16.0 is EOL. Or at least upgrade to
latest 2.16.x.
And you can try out the examples that is shipped, it should work.
On Tue, Jun 6, 20
> From: Claus Ibsen [mailto:claus.ib...@gmail.com]
> Sent: Tuesday, June 6, 2017 5:33 AM
> To: users@camel.apache.org
> Subject: Re: trouble with camel spring web example
>
> Its spring that is starting up Camel as you define Camel in the
> camel-context.xml file which is a
t: Tuesday, June 6, 2017 5:33 AM
To: users@camel.apache.org
Subject: Re: trouble with camel spring web example
Its spring that is starting up Camel as you define Camel in the
camel-context.xml file which is a Spring file.
So you need the spring context listener in the web.xml file so spring star
Its spring that is starting up Camel as you define Camel in the
camel-context.xml file which is a Spring file.
So you need the spring context listener in the web.xml file so spring
startup, and then can start Camel.
You should see in the log from tomcat, when Camel startup as it logs
that. If you
I am trying to work through an example from the camel website, namely
camel-example-servlet-tomcat. I want to get a web application working that
takes input from a web service request and uses it as the data with which to
start a camel route. I am running Tomcat 7.0.63, Netbeans 8.02, Windows 10