Re: Apache Camel Servlet HTTP Proxy

2017-01-15 Thread bob_sheknowdas
I managed to solve that problem. In the route I now use instead of http://localhost:8000/api2/data/"/>. Thats about it -- View this message in context: http://camel.465427.n5.nabble.com/Apache-Camel-Servlet-HTTP-Proxy-tp5792551p5792553.html Sent from the Camel - Users mailing list archive a

Camel SCP Warnings

2017-01-15 Thread Patrick McGloin
Hi, If I try to transfer a file to a directory that does not exist using Camel SCP I see a warning like this in the log: [scp] WARN scp: /home/user/scp/1234: No such file or directory It looks like the code says that Camel will just log a warning when such an error occurs. There is no exception

Apache Camel Servlet HTTP Proxy

2017-01-15 Thread bob_sheknowdas
Hi Im trying to implement a http proxy using apache camel as a servlet on a tomcat. Everythink worked fine when I used camel as standalone apllication: But if I try to do it as a servlet in a tomcat I'll get errors as soon as I start th