You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@camel.apache.org by miri eyni <mi...@sapiens.com> on 2016/05/31 05:13:34 UTC

placeHolder

hi,


i configure the routing with place holder , 
the context up correctly but when i invoke the url i got "This site can’t be
reached" 
<propertyPlaceholder location="classpath:config/camelConfig.properties"
id="properties"/>

		<route>
			<from
uri="jetty:http://properties:{{fromUrl}}/occupations?matchOnUriPrefix=true"
/>
			<to
				uri="http://loclahost:8081/metadata/occupations?bridgeEndpoint=true" />
		</route>




--
View this message in context: http://camel.465427.n5.nabble.com/placeHolder-tp5783268.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: placeHolder

Posted by miri eyni <mi...@sapiens.com>.
thanks
 working :)



--
View this message in context: http://camel.465427.n5.nabble.com/placeHolder-tp5783268p5783286.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Re: placeHolder

Posted by fabryprog <fa...@bizmate.it>.
hello,

try to change

<from uri="jetty:http://{{fromUrl}}/occupations?matchOnUriPrefix=true" />




--
View this message in context: http://camel.465427.n5.nabble.com/placeHolder-tp5783268p5783284.html
Sent from the Camel - Users mailing list archive at Nabble.com.