• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

distributed ehcache with tomcat not working

 
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I am using Ehcache with tomcat 5.5 container for distributed caching. The jar version of Ehcache is 1.4. I configured the distributed caching progamatically. The problem is when I deploy and put an element in a cache and try to retrive in another instance of tomcat I do not get the value. Strange thing is if i run the tomcat in debug mode I am able to get the value associated with the key. I am using RMI urls and correct configuration setting. Can someone tell me what is the issue?
reply
    Bookmark Topic Watch Topic
  • New Topic