Hi, i am trying to setup an Camel-Route which consumes HTTP-GETs. Based on the requested URIs a file on the local file system should be deliverd.
Directory-Structure: -esb --done ---message3.xml URL: http://localhost:12000/done/message3.xml i tested the following camel route - unfortunatly it didnt work - camel tries to write a file instead of reading an file.: <from uri="jetty:http://localhost:12000/"/> <to uri="file://D:/esb/"/> How can i achieve this scenario with camel/servicemix? Any help would be appreciated. Regards Marcel -- View this message in context: http://servicemix.396122.n5.nabble.com/How-to-configure-a-file-reading-webserver-jetty-tp5715920.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
