Hi all,

Does it exist an easy way with Camel to publish a folder of static files to
HTTP?

I expect that it should be possible to write a route like:

<from uri="jetty:....">
<to uri="file:....">

with the proper options so that the input request to jetty is used to read
a file, and return it as http response via the inOut exchange.

Is this possible?
Any idea on which parameters to use for the two components?

Thanks,

Cristiano

Reply via email to