Amna&Kiran wrote:

Hi...

We want to do replication so that users can access live pages from another machine i.e. different live and authoring machines. We have seen the replication script on this link:

http://svn.apache.org/repos/asf/lenya/branches/BRANCH_1_2_X/src/webapp/lenya/bi
n/replication/

But this is for Linux OS whereas we are using Windows. So could you plz guide us that how we can do replication in Windows.

it should also work for Windows, but you need to replace
within build.xml the following shell scripts:

  <exec executable="${basedir}/delete-remote-resource.sh">
    <arg value="${specific.username}"/>
    <arg value="${specific.host}"/>
    <arg value="${remote_delete.path}"/>
  </exec>

and

  <exec executable="${basedir}/delete-remote-cache.sh">
    <arg value="${specific.username}"/>
    <arg value="${specific.host}"/>
    <arg value="${remote.cache.dir}"/>
  </exec>


The reason for their existence is because there were problems with
ssh via ant on an IBM/AIX platform. I will add a note about this
such that it is clearer.

HTH

Michi




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--
Michael Wechner
Wyona      -   Open Source Content Management   -    Apache Lenya
http://www.wyona.com                      http://lenya.apache.org
[EMAIL PROTECTED]                        [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to