Repository: openmeetings Updated Branches: refs/heads/master 5650d3eaf -> 7e29189eb
[OPENMEETINGS-1677] minor documentation changes Project: http://git-wip-us.apache.org/repos/asf/openmeetings/repo Commit: http://git-wip-us.apache.org/repos/asf/openmeetings/commit/7e29189e Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/7e29189e Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/7e29189e Branch: refs/heads/master Commit: 7e29189eb58ab3bae6ff542cc09797b53ff9e404 Parents: 5650d3e Author: Maxim Solodovnik <[email protected]> Authored: Mon Jul 31 14:08:54 2017 +0700 Committer: Maxim Solodovnik <[email protected]> Committed: Mon Jul 31 14:11:00 2017 +0700 ---------------------------------------------------------------------- openmeetings-server/src/site/xdoc/Clustering.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/openmeetings/blob/7e29189e/openmeetings-server/src/site/xdoc/Clustering.xml ---------------------------------------------------------------------- diff --git a/openmeetings-server/src/site/xdoc/Clustering.xml b/openmeetings-server/src/site/xdoc/Clustering.xml index e791f6e..7c93277 100644 --- a/openmeetings-server/src/site/xdoc/Clustering.xml +++ b/openmeetings-server/src/site/xdoc/Clustering.xml @@ -81,7 +81,7 @@ <li>Update <tt>/opt/red5/webapps/openmeetings/WEB-INF/classes/META-INF/persistence.xml</tt> set correct server address, login and password. Also add the following section: <source><![CDATA[<property name="openjpa.RemoteCommitProvider" value="tcp(Addresses=10.1.1.1;10.1.1.2)" />]]></source> - Instead of the 10.1.1.1 and 10.1.1.2 set semicolon separated IPs of all nodes of the cluster. + Instead of the <tt>10.1.1.1</tt> and <tt>10.1.1.2</tt> set semicolon separated IPs of all nodes of the cluster. </li> </ul> </subsection>
