Repository: openmeetings Updated Branches: refs/heads/3.3.x f56c2b863 -> d1a119d36
[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/d1a119d3 Tree: http://git-wip-us.apache.org/repos/asf/openmeetings/tree/d1a119d3 Diff: http://git-wip-us.apache.org/repos/asf/openmeetings/diff/d1a119d3 Branch: refs/heads/3.3.x Commit: d1a119d36cfa9f79ddc3a8e3da10cdc924380a84 Parents: f56c2b8 Author: Maxim Solodovnik <[email protected]> Authored: Mon Jul 31 14:08:54 2017 +0700 Committer: Maxim Solodovnik <[email protected]> Committed: Mon Jul 31 14:08:54 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/d1a119d3/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 a76ac5f..b23aab6 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>
