Remember Camel run as a war is just a servlet so any of the standard means
for securing a servlet will also be applicable to the camel servlet. Most
of these involve changes to the web.xml. When it comes to running it in
Karaf or ServiceMix, again the configurations of those host platforms are
wher
HTTPS, HTTP BASIC AUTH, WS-SECURITY, ...
You has multiple possibilities.
Best,
Christian
Am 26.06.2014 12:45 schrieb "Royamit" :
> Hi all,
>
> I am new to camel and right now i am working on proxy creation using Apache
> Camel. Now i want to secure this proxy service of mine. but i can't find
> a