• 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

tomcat issue

 
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
When i running the jforum on single tomcat server then its run fine but when i try to jforum run on 5 tomcat server parallel then it not support all tomcat server but my application is running fine.
I try once again at this time jforum running on only one tomcat server of 5 tomcat
and my application run on all 5 tomcat this scenario jforum and my application are not synchronized.
I want to jforum application run on all five tomcat, because heavy work load on application.
[originally posted on jforum.net by prabhat]
 
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 have to change the cache engine to net.jforurm.cache.JBossCache in SystemGlobals.properties, key "cache.engine.implementation", and configure JGroups using jgroups*.xml in WEB-INF/config.

However, the current version of JForum wasn't heavily tested on clustered environments.

Rafael
[originally posted on jforum.net by Rafael Steil]
 
I'm so happy! And I wish to make this tiny ad happy too:
We need your help - Coderanch server fundraiser
https://coderanch.com/wiki/782867/Coderanch-server-fundraiser
reply
    Bookmark Topic Watch Topic
  • New Topic