Please help freinds.

Please look into the below issue and help me find a solution.
/******************************/
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-Ceven though content folder is shared between the TOMCATS.
CONTENT CREATION: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.1supports clustering).
Suppose I create a Content called "Check Box" Survey using the Tomcat-A, thesame content is not available for the Tomcat-B
Please tell me if you need further information.
Please tell me what should I do to solve this problem.
Thanks & Regards,
Bala
/******************************/


From:  [EMAIL PROTECTED]
To:  [EMAIL PROTECTED]
Subject:  WELCOME to [email protected]
Date:  14 Sep 2007 07:25:03 -0000
>Hi! This is the ezmlm program. I'm managing the
>[email protected] mailing list.
>
>I'm working for my owner, who can be reached
>at [EMAIL PROTECTED]
>
>Acknowledgment: I have added the address
>
>    [EMAIL PROTECTED]
>
>to the users mailing list.
>
>Welcome to [EMAIL PROTECTED]
>
>Please save this message so that you know the address you are
>subscribed under, in case you later want to unsubscribe or change your
>subscription address.
>
>
>--- Administrative commands for the users list ---
>
>I can handle administrative requests automatically. Please
>do not send them to the list address! Instead, send
>your message to the correct command address:
>
>To subscribe to the list, send a message to:
>    <[EMAIL PROTECTED]>
>
>To remove your address from the list, send a message to:
>    <[EMAIL PROTECTED]>
>
>Send mail to the following for info and FAQ for this list:
>    <[EMAIL PROTECTED]>
>    <[EMAIL PROTECTED]>
>
>Similar addresses exist for the digest list:
>    <[EMAIL PROTECTED]>
>    <[EMAIL PROTECTED]>
>
>To get messages 123 through 145 (a maximum of 100 per request), mail:
>    <[EMAIL PROTECTED]>
>
>To get an index with subject and author for messages 123-456 , mail:
>    <[EMAIL PROTECTED]>
>
>They are always returned as sets of 100, max 2000 per request,
>so you'll actually get 100-499.
>
>To receive all messages with the same subject as message 12345,
>send a short message to:
>    <[EMAIL PROTECTED]>
>
>The messages do not really need to be empty, but I will ignore
>their content. Only the ADDRESS you send to is important.
>
>You can start a subscription for an alternate address,
>for example "[EMAIL PROTECTED]", just add a hyphen and your
>address (with '=' instead of '@') after the command word:
><[EMAIL PROTECTED]>
>
>To stop subscription for this address, mail:
><[EMAIL PROTECTED]>
>
>In both cases, I'll send a confirmation message to that address. When
>you receive it, simply reply to it to complete your subscription.
>
>If despite following these instructions, you do not get the
>desired results, please contact my owner at
>[EMAIL PROTECTED] Please be patient, my owner is a
>lot slower than I am ;-)
>
>--- Enclosed is a copy of the request I received.
>
>Return-Path: <[EMAIL PROTECTED]>
>Received: (qmail 58529 invoked by uid 99); 14 Sep 2007 07:25:03 -0000
>Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136)
>     by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2007 00:25:03 -0700
>X-ASF-Spam-Status: No, hits=3.7 required=10.0
> tests=HTML_MESSAGE,MIME_HTML_ONLY,SPF_PASS
>X-Spam-Check-By: apache.org
>Received-SPF: pass (athena.apache.org: domain of [EMAIL PROTECTED] designates 65.54.246.217 as permitted sender)
>Received: from [65.54.246.217] (HELO bay0-omc3-s17.bay0.hotmail.com) (65.54.246.217)
>     by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2007 07:24:58 +0000
>Received: from hotmail.com ([64.4.19.48]) by bay0-omc3-s17.bay0.hotmail.com with Microsoft SMTPSVC(6.0.3790.3959);
> Fri, 14 Sep 2007 00:24:38 -0700
>Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;
> Fri, 14 Sep 2007 00:24:37 -0700
>Message-ID: <[EMAIL PROTECTED]>
>Received: from 64.4.19.200 by by109fd.bay109.hotmail.msn.com with HTTP;
> Fri, 14 Sep 2007 07:24:37 GMT
>X-Originating-IP: [15.219.201.68]
>X-Originating-Email: [EMAIL PROTECTED]
>X-Sender: [EMAIL PROTECTED]
>In-Reply-To: <[EMAIL PROTECTED]>
>From: "bala subramanian" <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: RE: confirm subscribe to [email protected]
>Date: Fri, 14 Sep 2007 07:24:37 +0000
>Mime-Version: 1.0
>Content-Type: text/html; format=flowed
>X-OriginalArrivalTime: 14 Sep 2007 07:24:37.0972 (UTC) FILETIME=[4EBF7940:01C7F6A0]
>X-Virus-Checked: Checked by ClamAV on apache.org
>
><html><div style='background-color:'><DIV class=RTE>
><P>Confirmed.</P>
><P>Please look into the below issue and help me find a solution.</P>
><P>/******************************/</P>
><P>I am working in a Content Management Project.</P>
><P>OS - Unix;<BR>TOMCAT 5.0;<BR>Java 1.4;<BR>Jackrabbit 1.3.1 (Clustering Supported) - We are using this version.<BR>Jackrabbit 1.0 (Didn't have clustering)</P>
><P>We have implemented load balancing in TOMCAT (say A, B and C).</P>
><P>But the content created by TOMCAT-A is not visible for TOMCAT-B and TOMCAT-C<BR>even though content folder is shared between the TOMCATS.</P>
><P>CONTENT CREATION:<BR>We have different types of contents like "Surveys, Promotion, Trainings etc"<BR>which we can create from our application Backend interface.<BR>The content can be viewed from the Frontend interface.<BR>This process is done by using Java Content Repository (JackRabbit 1.3.1<BR>supports clustering).</P>
><P>Suppose I create a Content called "Check Box" Survey using the Tomcat-A, the<BR>same content is not available for the Tomcat-B</P>
><P>Please tell me if you need further information.</P>
><P>Please tell me what should I do to solve this problem.</P>
><P>Thanks &amp; Regards,<BR>Bala<BR>/******************************/</P></DIV>
><DIV></DIV>
><BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #a0c6e5 2px solid; MARGIN-RIGHT: 0px"><FONT style="FONT-SIZE: 11px; FONT-FAMILY: tahoma,sans-serif">
><HR color=#a0c6e5 SIZE=1>
>
><DIV></DIV>From:&nbsp;&nbsp;<I>[EMAIL PROTECTED]</I><BR>Reply-To:&nbsp;&nbsp;<I>[EMAIL PROTECTED]</I><BR>To:&nbsp;&nbsp;<I>[EMAIL PROTECTED]</I><BR>Subject:&nbsp;&nbsp;<I>confirm subscribe to [email protected]</I><BR>Date:&nbsp;&nbsp;<I>14 Sep 2007 06:55:38 -0000</I><BR>&gt;Hi! This is the ezmlm program. I'm managing the<BR>&gt;[email protected] mailing list.<BR>&gt;<BR>&gt;I'm working for my owner, who can be reached<BR>&gt;at [EMAIL PROTECTED]<BR>&gt;<BR>&gt;To confirm that you would like<BR>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;[EMAIL PROTECTED]<BR>&gt;<BR>&gt;added to the users mailing list, please send<BR>&gt;a short reply to this
>address:<BR>&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;[EMAIL PROTECTED]<BR>&gt;<BR>&gt;Usually, this happens when you just hit the "reply" button.<BR>&gt;If this does not work, simply copy the address and paste it into<BR>&gt;the "To:" field of a new message.<BR>&gt;<BR>&gt;or click here:<BR>&gt; mailto:[EMAIL PROTECTED]<BR>&gt;<BR>&gt;This confirmation serves two purposes. First, it verifies that I am able<BR>&gt;to get mail through to you. Second, it protects you in case someone<BR>&gt;forges a subscription request in your name.<BR>&gt;<BR>&gt;Some mail programs are broken and cannot handle long addresses. If you<BR>&gt;cannot reply to this request, instead send a message to<BR>&gt;&lt;[EMAIL PROTECTED]&gt; and put
>the<BR>&gt;entire address listed above into the "Subject:" line.<BR>&gt;<BR>&gt;<BR>&gt;--- Administrative commands for the users list ---<BR>&gt;<BR>&gt;I can handle administrative requests automatically. Please<BR>&gt;do not send them to the list address! Instead, send<BR>&gt;your message to the correct command address:<BR>&gt;<BR>&gt;To subscribe to the list, send a message to:<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;[EMAIL PROTECTED]&gt;<BR>&gt;<BR>&gt;To remove your address from the list, send a message to:<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;[EMAIL PROTECTED]&gt;<BR>&gt;<BR>&gt;Send mail to the following for info and FAQ for this list:<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;[EMAIL PROTECTED]&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;[EMAIL PROTECTED]&gt;<BR>&gt;<BR>&gt;Similar addresses exist for the digest
>list:<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;[EMAIL PROTECTED]&gt;<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;[EMAIL PROTECTED]&gt;<BR>&gt;<BR>&gt;To get messages 123 through 145 (a maximum of 100 per request), mail:<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;[EMAIL PROTECTED]&gt;<BR>&gt;<BR>&gt;To get an index with subject and author for messages 123-456 , mail:<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;[EMAIL PROTECTED]&gt;<BR>&gt;<BR>&gt;They are always returned as sets of 100, max 2000 per request,<BR>&gt;so you'll actually get 100-499.<BR>&gt;<BR>&gt;To receive all messages with the same subject as message 12345,<BR>&gt;send a short message to:<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&lt;[EMAIL PROTECTED]&gt;<BR>&gt;<BR>&gt;The messages do not really need to be empty, but I will
>ignore<BR>&gt;their content. Only the ADDRESS you send to is important.<BR>&gt;<BR>&gt;You can start a subscription for an alternate address,<BR>&gt;for example "[EMAIL PROTECTED]", just add a hyphen and your<BR>&gt;address (with '=' instead of '@') after the command word:<BR>&gt;&lt;[EMAIL PROTECTED]&gt;<BR>&gt;<BR>&gt;To stop subscription for this address, mail:<BR>&gt;&lt;[EMAIL PROTECTED]&gt;<BR>&gt;<BR>&gt;In both cases, I'll send a confirmation message to that address. When<BR>&gt;you receive it, simply reply to it to complete your subscription.<BR>&gt;<BR>&gt;If despite following these instructions, you do not get the<BR>&gt;desired results, please contact my owner at<BR>&gt;[EMAIL PROTECTED] Please be patient, my owner is a<BR>&gt;lot slower than I am ;-)<BR>&gt;<BR>&gt;--- Enclosed is a
>copy of the request I received.<BR>&gt;<BR>&gt;Return-Path: &lt;[EMAIL PROTECTED]&gt;<BR>&gt;Received: (qmail 15847 invoked by uid 99); 14 Sep 2007 06:55:38 -0000<BR>&gt;Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230)<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Sep 2007 23:55:38 -0700<BR>&gt;X-ASF-Spam-Status: No, hits=1.0 required=10.0<BR>&gt; tests=ASF_LIST_OPS,SPF_PASS<BR>&gt;X-Spam-Check-By: apache.org<BR>&gt;Received-SPF: pass (nike.apache.org: domain of [EMAIL PROTECTED] designates 65.54.246.240 as permitted sender)<BR>&gt;Received: from [65.54.246.240] (HELO bay0-omc3-s40.bay0.hotmail.com) (65.54.246.240)<BR>&gt;&nbsp;&nbsp;&nbsp;&nbsp; by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Sep 2007 06:57:15 +0000<BR>&gt;Received: from hotmail.com ([64.4.19.37]) by bay0-omc3-s40.bay0.hotmail.com with
>Microsoft SMTPSVC(6.0.3790.3959);<BR>&gt; Thu, 13 Sep 2007 23:55:12 -0700<BR>&gt;Received: from mail pickup service by hotmail.com with Microsoft SMTPSVC;<BR>&gt; Thu, 13 Sep 2007 23:55:12 -0700<BR>&gt;Message-ID: &lt;[EMAIL PROTECTED]&gt;<BR>&gt;Received: from 64.4.19.200 by by109fd.bay109.hotmail.msn.com with HTTP;<BR>&gt; Fri, 14 Sep 2007 06:55:09 GMT<BR>&gt;X-Originating-IP: [15.219.201.68]<BR>&gt;X-Originating-Email: [EMAIL PROTECTED]<BR>&gt;X-Sender: [EMAIL PROTECTED]<BR>&gt;From: "bala subramanian" &lt;[EMAIL PROTECTED]&gt;<BR>&gt;To: [EMAIL PROTECTED]<BR>&gt;Subject: Subscription Required<BR>&gt;Date: Fri, 14 Sep 2007 06:55:09 +0000<BR>&gt;Mime-Version: 1.0<BR>&gt;Content-Type: text/plain; format=flowed<BR>&gt;X-OriginalArrivalTime: 14 Sep 2007 06:55:12.0045 (UTC)
>FILETIME=[322C65D0:01C7F69C]<BR>&gt;X-Virus-Checked: Checked by ClamAV on apache.org<BR>&gt;<BR>&gt;Hello,<BR>&gt;I require subscription as a user for jackrabbit.<BR>&gt;I have a question/doubt. Please tell me how to proceed on this.<BR>&gt;<BR>&gt;I am working in a Content Management Project.<BR>&gt;<BR>&gt;OS - Unix;<BR>&gt;TOMCAT 5.0;<BR>&gt;Java 1.4;<BR>&gt;Jackrabbit 1.3.1 (Clustering Supported) - We are using this version.<BR>&gt;Jackrabbit 1.0 (Didn't have clustering)<BR>&gt;<BR>&gt;We have implemented load balancing in TOMCAT (say A, B and C).<BR>&gt;<BR>&gt;But the content created by TOMCAT-A is not visible for TOMCAT-B and TOMCAT-C<BR>&gt;even though content folder is shared between the TOMCATS.<BR>&gt;<BR>&gt;CONTENT CREATION:<BR>&gt;We have different types of contents like "Surveys, Promotion, Trainings etc"<BR>&gt;which we can create from our application Backend
>interface.<BR>&gt;The content can be viewed from the Frontend interface.<BR>&gt;This process is done by using Java Content Repository (JackRabbit 1.3.1<BR>&gt;supports clustering).<BR>&gt;<BR>&gt;Suppose I create a Content called "Check Box" Survey using the Tomcat-A, the<BR>&gt;same content is not available for the Tomcat-B<BR>&gt;<BR>&gt;Please tell me if you need further information.<BR>&gt;<BR>&gt;Please tell me what should I do to solve this problem.<BR>&gt;<BR>&gt;Thanks &amp; Regards,<BR>&gt;Bala<BR>&gt;<BR>&gt;_________________________________________________________________<BR>&gt;No. 1 Pvt. B - School in South Asia.Click here to know more<BR>&gt;http://ss1.richmedia.in/recurl.asp?pid=117<BR>&gt;<BR></FONT></BLOCKQUOTE></div><br clear=all><hr>Catch all the cricketing action right here. <a href="" target="_top">Live score, match reports, photos et al.</a> </html>
>


Catch all the cricketing action right here. Live score, match reports, photos et al.

Reply via email to