Hi,

I want to make a binary mirror from my preview environment
(/default/files/default.preview/binaries)
to my live environment (/default/files/default.www/binaries)

In my domain.xml I've inserted the reference to the replicators.xml:
<replicators src="config/slide/replicators.xml"/>

And by the replicators.xml I inserted the following code:

<?xml version="1.0"?>
<replicators>
  <replicator uri="/default/files/default.preview/binaries">
    <location>
      <host>localhost</host>
      <port>60000</port>
      <user>root</user>
      <password>password</password>
      <realm>default realm</realm>
      <rootpath>/</rootpath>
      <path>default/files/default.www/binaries</path>
      <createparents>true</createparents>
      <retrycount>3</retrycount>
      <connecttimeoutseconds>30</connecttimeoutseconds>
      <sockettimeoutseconds>180</sockettimeoutseconds>
    </location>
  </replicator>
</replicators>

I have tried a lot of different uri's and path's but I still don't get it
work.
Anyone knows what am I doing wrong?

Thanks,

Wilson
********************************************
Hippocms-dev: Hippo CMS development public mailinglist

Searchable archives can be found at:
MarkMail: http://hippocms-dev.markmail.org
Nabble: http://www.nabble.com/Hippo-CMS-f26633.html

Reply via email to