I have deployed the war file in the tomcat .
camel-config.xml file is deployed in the WEB-INF/classes folder i.e class
path and test.xml also in the class path.
how to mention class path in file consumer route without mentioning absolute
path.
<route id="1">
<from uri="file:./classpath?noop=true&fileName=test.xml"/>
<unmarshal ref="myJaxb"/>
<process ref="xmlprocess"/>
</route>
--
View this message in context:
http://camel.465427.n5.nabble.com/how-to-mention-tomcat-web-classes-class-path-in-file-consumer-route-tp5766969.html
Sent from the Camel - Users mailing list archive at Nabble.com.