Add new attachment

Only authorized users are allowed to upload new attachments.

This page (revision-7) was last changed on 09-Oct-2016 18:14 by Ben Spink

This page was created on 09-Oct-2016 18:14 by Ben Spink

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Difference between version and

At line 1 changed one line
Session replication only functions for [Enterprise Licenses|Enterprise License Enhancements]. The servers participating in the replication must have a file name "cluster.xml" in the same root location with CrushFTP. Simply place the file there, and start CrushFTP.
Session replication only functions for [Enterprise Licenses|Enterprise License Enhancements]. The servers participating in the replication must have a manual setting configuration done in their prefs.xml file.
At line 3 changed 8 lines
Here is an example cluster.xml file for a server having the IP 192.168.1.20, and the secondary server having the IP 192.168.1.21.
{{{
<config xmlns="urn:org:jgroups" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/JGroups-3.3.xsd">
<TCP bind_port="7800" bind_addr="192.168.1.20"/>
<TCPPING initial_hosts="192.168.1.21[7000]" port_range="1"/>
<MERGE2/><FD_SOCK/><FD/><VERIFY_SUSPECT/><pbcast.NAKACK2 use_mcast_xmit="false"/><UNICAST3/><pbcast.STABLE/><pbcast.GMS/><MFC/><FRAG2/><pbcast.STATE_TRANSFER/><pbcast.FLUSH timeout="0"/>
</config>
}}}
Edit the prefs.xml file and fill in the entry for: replicate_session_host_port
At line 12 changed 7 lines
{{{
<config xmlns="urn:org:jgroups" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="urn:org:jgroups http://www.jgroups.org/schema/JGroups-3.3.xsd">
<TCP bind_port="7800" bind_addr="192.168.1.21"/>
<TCPPING initial_hosts="192.168.1.20[7000]" port_range="1"/>
<MERGE2/><FD_SOCK/><FD/><VERIFY_SUSPECT/><pbcast.NAKACK2 use_mcast_xmit="false"/><UNICAST3/><pbcast.STABLE/><pbcast.GMS/><MFC/><FRAG2/><pbcast.STATE_TRANSFER/><pbcast.FLUSH timeout="0"/>
</config>
}}}
Example for the first machine:
{{
<replicate_session_host_port>192.168.1.19:7800</replicate_session_host_port>
}}
and on the second machine a reference back to the first machine.
{{
<replicate_session_host_port>192.168.1.18:7800</replicate_session_host_port>
}}
Version Date Modified Size Author Changes ... Change note
7 09-Oct-2016 18:14 1.805 kB Ben Spink to previous
6 09-Oct-2016 18:14 1.801 kB Ben Spink to previous | to last
5 09-Oct-2016 18:14 1.7 kB Ben Spink to previous | to last
4 09-Oct-2016 18:14 1.184 kB Ben Spink to previous | to last
3 09-Oct-2016 18:14 0.769 kB Ben Spink to previous | to last
2 09-Oct-2016 18:14 0.58 kB Ben Spink to previous | to last
1 09-Oct-2016 18:14 1.393 kB Ben Spink to last
« This page (revision-7) was last changed on 09-Oct-2016 18:14 by Ben Spink
G’day (anonymous guest)

OLD WIKI!!!#

New: CrushFTPv9#

OLD WIKI!!!#


CrushFTP8 | What's New

Referenced by
...nobody

JSPWiki