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

Content Created by one Tomcat not accessible/visible by other Tomcats in a clustered

 
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Hello friends,
I am working in a Content Management Project.

OS - Unix;
TOMCAT 5.0;
Java 1.4;
Jackrabbit 1.3.1 (Clustering Supported) - We are using this version.
Jackrabbit 1.0 (Didn't have clustering)

We have implemented load balancing in TOMCAT (say A, B and C).

But the content created by TOMCAT-A is not visible for TOMCAT-B and TOMCAT-C even though content folder is shared between the TOMCATS.

Please tell me what should I do to solve this problem.

Thanks & Regards,
Bala
 
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
You'd have to tell us a little more about what you mean by "Content created by ...".
 
Balasubramanian Krishnaswamy
Greenhorn
Posts: 24
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
We have different types of contents like "Surveys, Promotion, Trainings etc" which we can create from our application Backend interface.
The content can be viewed from the Frontend interface.
This process is done by using Java Content Repository (JackRabbit 1.3.1 supports clustering).

Suppose I create a Content called "Check Box" Survey using the Tomcat-A, the same content is not available for the Tomcat-B.

Please tell me if you need further information.

Thanks & Regards,
Bala
 
Ben Souther
Sheriff
Posts: 13411
Firefox Browser VI Editor Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Balasubramanian Krishnaswamy,

Please do not cross-post your questions.
Doing so causes confusion and duplication of effort, which will ultimately annoy people enough not to want to answer any of your questions in the future.

Since your other post is in a more appropriate forum, I'll ask that this one be closed.
 
    Bookmark Topic Watch Topic
  • New Topic