Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions cluster/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ fi
mkdir _data
cp -r xmpp _data/
cp -r plugins _data/
mkdir _data/shared-httpfileupload-repo
chmod 777 _data/shared-httpfileupload-repo

"${COMPOSE_FILE_COMMAND[@]}" up -d || popd
popd
9 changes: 9 additions & 0 deletions cluster/xmpp/1/conf/openfire.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,13 @@
<clustering>
<enabled>true</enabled>
</clustering>
<plugin>
<httpfileupload>
<serverspecific>
<announcedWebProtocol>http</announcedWebProtocol>
<announcedWebHost>localhost</announcedWebHost>
<announcedWebPort>7071</announcedWebPort>
</serverspecific>
</httpfileupload>
</plugin>
</jive>
9 changes: 9 additions & 0 deletions cluster/xmpp/2/conf/openfire.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,13 @@
<clustering>
<enabled>true</enabled>
</clustering>
<plugin>
<httpfileupload>
<serverspecific>
<announcedWebProtocol>http</announcedWebProtocol>
<announcedWebHost>localhost</announcedWebHost>
<announcedWebPort>7072</announcedWebPort>
</serverspecific>
</httpfileupload>
</plugin>
</jive>
9 changes: 9 additions & 0 deletions cluster/xmpp/3/conf/openfire.xml
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,13 @@
<clustering>
<enabled>true</enabled>
</clustering>
<plugin>
<httpfileupload>
<serverspecific>
<announcedWebProtocol>http</announcedWebProtocol>
<announcedWebHost>localhost</announcedWebHost>
<announcedWebPort>7073</announcedWebPort>
</serverspecific>
</httpfileupload>
</plugin>
</jive>