>> > Another workaround that I am trying is to query the cache through a vm:
> >> > endpoint from one Camel context to the other, like this:
> >> >
> >> > Context A:
> >> >
> >> > from("wherever").to("vm:queryCache")
; >
>> > Context A:
>> >
>> > from("wherever").to("vm:queryCache")
>> >
>> >
>> > Context B:
>> >
>> > from("vm:queryCache").to("cache://myCache")
>> >
>> > Can you suggest other w
Context A:
> >
> > from("wherever").to("vm:queryCache")
> >
> >
> > Context B:
> >
> > from("vm:queryCache").to("cache://myCache")
> >
> > Can you suggest other ways of having the weba
ways of having the webapps sharing the cache?
>
> Is it possible to override Ehcache configuration with camel 2.6.0?
>
> Thanks
>
> Alberto
>
> --
> View this message in context:
> http://camel.465427.n5.nabble.com/two-webapps-on-Tomcat-sharing-cache-through-Camel-tp4598
ps sharing the cache?
Is it possible to override Ehcache configuration with camel 2.6.0?
Thanks
Alberto
--
View this message in context:
http://camel.465427.n5.nabble.com/two-webapps-on-Tomcat-sharing-cache-through-Camel-tp4598504p4598504.html
Sent from the Camel - Users mailing list archive at Nabble.com.