• 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
  • Ron McLeod
  • Paul Clapham
  • Tim Cooke
  • Devaka Cooray
Sheriffs:
  • Liutauras Vilda
  • paul wheaton
  • Rob Spoor
Saloon Keepers:
  • Tim Moores
  • Stephan van Hulst
  • Tim Holloway
  • Piet Souris
  • Mikalai Zaikin
Bartenders:
  • Carey Brown
  • Roland Mueller

Disabling All Cache

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi

We have integrated JForum with our webapp, but are having some difficulties with the caching. Our webapp is deployed to a cluster of tomcat servers, with caching done at the DB level, not the webapp level.

In order to get Jforum to work with our webapp within the cluster farm, we need to turn off all Jforum caching. We noticed that the ForumRepository cache is not being used (someone else in this forum also found this).

Are there any works being done to disable all caching on Jforum? If not, it would be great if someone can point us in the right direction. We are already starting to look into the code, but guidance will help speed things up. Essentially, we would like the DAO to do all the work, instead of going through the Cacheable classes.

Regards
Keith
[originally posted on jforum.net by keithcsl]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You can change the "cache.engine.implementation" to "net.jforum.cache.JBossCacheEngine", although I guess it needs a refinement.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
What's gotten into you? Could it be this tiny ad?
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic