Repository: incubator-unomi Updated Branches: refs/heads/master c70f0a3c5 -> 3110e43af
UNOMI-83 : org.apache.unomi.cluster.cfg sample contains wrong props names Project: http://git-wip-us.apache.org/repos/asf/incubator-unomi/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-unomi/commit/3ecd61c3 Tree: http://git-wip-us.apache.org/repos/asf/incubator-unomi/tree/3ecd61c3 Diff: http://git-wip-us.apache.org/repos/asf/incubator-unomi/diff/3ecd61c3 Branch: refs/heads/master Commit: 3ecd61c3ac79d3878963ed2892cf1f6b7e63dc7b Parents: 2730169 Author: Abdelkader Midani <[email protected]> Authored: Mon Feb 20 14:00:22 2017 +0100 Committer: Abdelkader Midani <[email protected]> Committed: Mon Feb 20 14:01:01 2017 +0100 ---------------------------------------------------------------------- services/src/main/resources/org.apache.unomi.cluster.cfg | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-unomi/blob/3ecd61c3/services/src/main/resources/org.apache.unomi.cluster.cfg ---------------------------------------------------------------------- diff --git a/services/src/main/resources/org.apache.unomi.cluster.cfg b/services/src/main/resources/org.apache.unomi.cluster.cfg index 565653a..f2bf05a 100644 --- a/services/src/main/resources/org.apache.unomi.cluster.cfg +++ b/services/src/main/resources/org.apache.unomi.cluster.cfg @@ -14,10 +14,10 @@ # See the License for the specific language governing permissions and # limitations under the License. # -cluster.group=default -cluster.jmxUsername=karaf -cluster.jmxPassword=karaf -cluster.jmxPort=1099 +group=default +jmxUsername=karaf +jmxPassword=karaf +jmxPort=1099 contextserver.address=localhost contextserver.port=8181 contextserver.secureAddress=localhost
