Re: Camel and tomcat

2012-09-27 Thread Willem jiang
> contextConfigLocation > /WEB-INF/spring/camel-context.xml > > > > *CamelServlet* > > org.apache.camel.component.servlet.CamelHttpTransportServlet > 1 > > > > *CamelServlet* > /services/* > > > > > > - > Thanks & Regards > Elz > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-and-tomcat-tp5719942p5720096.html > Sent from the Camel - Users mailing list archive at Nabble.com > (http://Nabble.com).

Re: Camel and tomcat

2012-09-27 Thread Elezabeth
1 *CamelServlet* /services/* - Thanks & Regards Elz -- View this message in context: http://camel.465427.n5.nabble.com/Camel-and-tomcat-tp5719942p5720096.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel and tomcat

2012-09-27 Thread Willem jiang
l.component.servlet.CamelHttpTransportServlet > contextConfigLocation /WEB-INF/spring/camel-context.xml 2 > myServlet / appServlet / DB Connection jdbc/gavss > javax.sql.DataSource Container web.xml (http://web.xml) is the portion where > I am not very > quite sure of. I started

Camel and tomcat

2012-09-25 Thread Elezabeth
l is the portion where I am not very quite sure of. I started my server.. the only thing I get in the console log is File Name in Consumer -> nullCan anyone tell me what is wrong here? -- View this message in context: http://camel.465427.n5.nabble.com/Camel-and-tomcat-tp5719942.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel and Tomcat

2012-03-15 Thread manoj.sahu
xt refresh of spring container " + e.getMessage()); } } } -- View this message in context: http://camel.465427.n5.nabble.com/Camel-and-Tomcat-tp3386793p5568617.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel and Tomcat

2012-03-13 Thread Willem Jiang
component to resolve the route with servlet://, which is defined in Spring. Am I missing something? I am using spirng 3 and camel 2.4. I am deploying under tomcat 6. Thanks! -- View this message in context: http://camel.465427.n5.nabble.com/Camel-and-Tomcat-tp3386793p5562315.html Sent from the

Re: Camel and Tomcat

2012-03-13 Thread manoj.sahu
://, which is defined in Spring. Am I missing something? I am using spirng 3 and camel 2.4. I am deploying under tomcat 6. Thanks! -- View this message in context: http://camel.465427.n5.nabble.com/Camel-and-Tomcat-tp3386793p5562315.html Sent from the Camel - Users mailing list archive at

Re: Camel and Tomcat

2012-03-10 Thread manoj.sahu
x27;m using a CamelHttpTransportServlet in my web.xml. My web.xml looks same as recommended by Wilhem. Is there a solution. I am using camel 2.4. Can someone please give some pointers. Thanks, Manoj -- View this message in context: http://camel.465427.n5.nabble.com/Camel-and-T

Re: Camel and Tomcat

2011-02-17 Thread Claus Ibsen
strict, and ordered how they are defined in the web.xml? > View this message in context: > http://camel.465427.n5.nabble.com/Camel-and-Tomcat-tp3386793p3390642.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen - FuseSource Ema

Re: Camel and Tomcat

2011-02-17 Thread Richard Kettelerij
em using ContextLoaderServlet and I've been using it for a while now together with CamelHttpTransportServlet. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-and-Tomcat-tp3386793p3390642.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Camel and Tomcat

2011-02-17 Thread Claus Ibsen
plication context as outlined by Willem. > -- > View this message in context: > http://camel.465427.n5.nabble.com/Camel-and-Tomcat-tp3386793p3390331.html > Sent from the Camel - Users mailing list archive at Nabble.com. > -- Claus Ibsen - FuseSource Email: cib...@fuses

Re: Camel and Tomcat

2011-02-17 Thread Richard Kettelerij
by Willem. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-and-Tomcat-tp3386793p3390331.html Sent from the Camel - Users mailing list archive at Nabble.com.

AW: Camel and Tomcat

2011-02-17 Thread Christian Schneider
...@yahoo.de] Gesendet: Mittwoch, 16. Februar 2011 22:21 An: users@camel.apache.org Betreff: Re: Camel and Tomcat I must be doing something wrong. I configure a servlet component in a route. I use an applicationContext.xml file to load the application / routes. The route is defined as (an extract

Re: Camel and Tomcat

2011-02-16 Thread Claus Ibsen
util/ServiceStopper >        at org.apache.activemq.util.ServiceSupport.stop(ServiceSupport.java:67) >        at > org.apache.activemq.transport.tcp.TcpTransport.stop(TcpTransport.java:500) >        at > org.apache.activemq.transport.InactivityMonitor.stop(InactivityMonitor.java:121) >    

Re: Camel and Tomcat

2011-02-16 Thread Willem Jiang
Hi, Can you change the web.xml like this? https://svn.apache.org/repos/asf/camel/trunk/components/camel-servlet/src/test/resources/org/apache/camel/component/servlet/web-spring.xml Willem On 2/17/11 5:20 AM, Gert Villemos wrote: I must be doing something wrong. I configure a servlet component

Re: Camel and Tomcat

2011-02-16 Thread Gert Villemos
.onException(WireFormatNegotiator.java:160) at org.apache.activemq.transport.InactivityMonitor.onException(InactivityMonitor.java:254) at org.apache.activemq.transport.TransportSupport.onException(TransportSupport.java:97) at org.apache.activemq.transport.tcp.TcpTransport.run(TcpTransport.java:190) at java.la

Re: Camel and Tomcat

2011-02-15 Thread Claus Ibsen
n deploy your application as a WAR file in Tomcat. The servlet works similar to the Jetty, but leverages the servlet container instead. > View this message in context: > http://camel.465427.n5.nabble.com/Camel-and-Tomcat-tp3386793p3386793.html > Sent from the Camel - Users mailing list arch

Camel and Tomcat

2011-02-15 Thread Gert Villemos
for outgoing requests, as well as the servlet component but I cant figure out if this does what I need and how to configure it in a Tomcat context. -- View this message in context: http://camel.465427.n5.nabble.com/Camel-and-Tomcat-tp3386793p3386793.html Sent from the Camel - Users mailing list