Re: two webapps on Tomcat sharing cache through Camel

2011-07-18 Thread alberto.zigoni
>> > 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")

Re: two webapps on Tomcat sharing cache through Camel

2011-07-18 Thread Claus Ibsen
; > >> > Context A: >> > >> > from("wherever").to("vm:queryCache") >> > >> > >> > Context B: >> > >> > from("vm:queryCache").to("cache://myCache") >> > >> > Can you suggest other w

Re: two webapps on Tomcat sharing cache through Camel

2011-07-18 Thread alberto.zigoni
Context A: > > > > from("wherever").to("vm:queryCache") > > > > > > Context B: > > > > from("vm:queryCache").to("cache://myCache") > > > > Can you suggest other ways of having the weba

Re: two webapps on Tomcat sharing cache through Camel

2011-07-18 Thread Claus Ibsen
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

two webapps on Tomcat sharing cache through Camel

2011-07-18 Thread alberto.zigoni
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.