You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by William Suetholz <ws...@centonline.com> on 2012/07/27 22:43:39 UTC

Using with modified components..

Hello,
  I read through the
<http://www.mail-archive.com/server-dev@james.apache.org/msg39866.html>
and
<http://www.mail-archive.com/server-dev@james.apache.org/msg39861.html>
threads, which seemed to be relevant to my question.

  My question is about building the JAMES application and having it pull
in the built code from local build of the <server> tree.

  When I do the "mvn clean package" in the beta4 app directory retrieve
by using the svn co of .../app/tags/james-server-3.0-beta4 tree, it goes
out and retrieves the necessary jars from your repository.  Not from my
local copy of the .../server/tags/james-server-3.0-beta4 tree.  

  I am doing this from the command line presently, not from eclipse.

Thank you for any help.

Bill



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: Replicated/Mirrored Database Configuration

Posted by Eric Charles <er...@apache.org>.
Atm, We don't have a distributed message UID generation/lookup, so 
running two simultaneous James instances to server IMAP will not work.

Thx, Eric

On 08/09/2012 05:36 PM, William Suetholz wrote:
>    Well, I'm particularly concerned with the individual Mail Message UID.
> It is entirely possible that both the Prod and the DR machines could be
> running simultaneously, and we could get some overlap in UID's.
> We cannot configure this with only one database backend like I've seen
> your cluster configurations.
>
> Bill
>
>
> On Sat, 2012-07-28 at 09:40 +0200, Eric Charles wrote:
>> Hi Bill,
>>
>> I haven't, but if you replicate on database level, it should be
>> transparent to James.
>>
>> Maybe someone else?
>>
>> Thx, Eric
>>
>> On 07/27/2012 10:49 PM, William Suetholz wrote:
>>> Hello,
>>>     Has anybody configured JAMES to work with the mailstore database being
>>> replicated?  The replication is for a disaster recovery site, that may
>>> at times be the "live" server, and I need to allow for some overlap.
>>>
>>> Thank you,
>>>
>>> Bill
>>>
>>>
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
>>> For additional commands, e-mail: server-dev-help@james.apache.org
>>>
>>
>>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>


-- 
eric | http://about.echarles.net | @echarles


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: Replicated/Mirrored Database Configuration

Posted by William Suetholz <ws...@centonline.com>.
  Well, I'm particularly concerned with the individual Mail Message UID.
It is entirely possible that both the Prod and the DR machines could be
running simultaneously, and we could get some overlap in UID's.
We cannot configure this with only one database backend like I've seen
your cluster configurations.

Bill


On Sat, 2012-07-28 at 09:40 +0200, Eric Charles wrote:
> Hi Bill,
> 
> I haven't, but if you replicate on database level, it should be 
> transparent to James.
> 
> Maybe someone else?
> 
> Thx, Eric
> 
> On 07/27/2012 10:49 PM, William Suetholz wrote:
> > Hello,
> >    Has anybody configured JAMES to work with the mailstore database being
> > replicated?  The replication is for a disaster recovery site, that may
> > at times be the "live" server, and I need to allow for some overlap.
> >
> > Thank you,
> >
> > Bill
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> > For additional commands, e-mail: server-dev-help@james.apache.org
> >
> 
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: Replicated/Mirrored Database Configuration

Posted by Eric Charles <er...@apache.org>.
Hi Bill,

I haven't, but if you replicate on database level, it should be 
transparent to James.

Maybe someone else?

Thx, Eric

On 07/27/2012 10:49 PM, William Suetholz wrote:
> Hello,
>    Has anybody configured JAMES to work with the mailstore database being
> replicated?  The replication is for a disaster recovery site, that may
> at times be the "live" server, and I need to allow for some overlap.
>
> Thank you,
>
> Bill
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>


-- 
eric | http://about.echarles.net | @echarles


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Replicated/Mirrored Database Configuration

Posted by William Suetholz <ws...@centonline.com>.
Hello,
  Has anybody configured JAMES to work with the mailstore database being
replicated?  The replication is for a disaster recovery site, that may
at times be the "live" server, and I need to allow for some overlap.

Thank you,

Bill



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org


Re: Using with modified components..

Posted by Eric Charles <er...@apache.org>.
First, mvn install from your server tree.

After, mvn install from your app tree (it will pull then the jar from 
your local repo based on the file timestamp which will be more recent 
than the apache repo timestamps).

Thx, Eric

On 07/27/2012 10:43 PM, William Suetholz wrote:
> Hello,
>    I read through the
> <http://www.mail-archive.com/server-dev@james.apache.org/msg39866.html>
> and
> <http://www.mail-archive.com/server-dev@james.apache.org/msg39861.html>
> threads, which seemed to be relevant to my question.
>
>    My question is about building the JAMES application and having it pull
> in the built code from local build of the <server> tree.
>
>    When I do the "mvn clean package" in the beta4 app directory retrieve
> by using the svn co of .../app/tags/james-server-3.0-beta4 tree, it goes
> out and retrieves the necessary jars from your repository.  Not from my
> local copy of the .../server/tags/james-server-3.0-beta4 tree.
>
>    I am doing this from the command line presently, not from eclipse.
>
> Thank you for any help.
>
> Bill
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
> For additional commands, e-mail: server-dev-help@james.apache.org
>


-- 
eric | http://about.echarles.net | @echarles


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org