You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@karaf.apache.org by jb...@apache.org on 2016/09/01 15:45:39 UTC

[1/2] karaf-cellar git commit: Fix typos in documentation

Repository: karaf-cellar
Updated Branches:
  refs/heads/master abac0f515 -> 0f5fb110c


Fix typos in documentation


Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/bbfb689d
Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/bbfb689d
Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/bbfb689d

Branch: refs/heads/master
Commit: bbfb689de6843af90dd6d9778e36ce1a9175f2dc
Parents: abac0f5
Author: Dominik Przybysz <dp...@touk.pl>
Authored: Mon Aug 8 15:34:46 2016 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Thu Sep 1 17:44:24 2016 +0200

----------------------------------------------------------------------
 manual/src/main/asciidoc/user-guide/http-balancer.adoc | 10 +++++-----
 manual/src/main/asciidoc/user-guide/log.adoc           |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/bbfb689d/manual/src/main/asciidoc/user-guide/http-balancer.adoc
----------------------------------------------------------------------
diff --git a/manual/src/main/asciidoc/user-guide/http-balancer.adoc b/manual/src/main/asciidoc/user-guide/http-balancer.adoc
index a166c32..7c170df 100644
--- a/manual/src/main/asciidoc/user-guide/http-balancer.adoc
+++ b/manual/src/main/asciidoc/user-guide/http-balancer.adoc
@@ -94,10 +94,10 @@ Alias               | Locations
 On another node (node2), we install `http`, `http-whiteboard` and `cellar` features:
 
 ----
-karaf@node1()> feature:install http
-karaf@node1()> feature:install http-whiteboard
-karaf@node1()> feature:repo-add cellar 4.0.0
-karaf@node1()> feature:install cellar
+karaf@node2()> feature:install http
+karaf@node2()> feature:install http-whiteboard
+karaf@node2()> feature:repo-add cellar 4.0.0
+karaf@node2()> feature:install cellar
 ----
 
 [NOTE]
@@ -144,4 +144,4 @@ ID  | Servlet                    | Servlet-Name   | State       | Alias
 You can use a browser on http://localhost:8041/system/console: you will actually use the webconsole from node1, as
 Cellar HTTP Balancer proxies from node2 to node1.
 
-Cellar HTTP Balancer randomly chooses one endpoint providing the HTTP endpoint.
\ No newline at end of file
+Cellar HTTP Balancer randomly chooses one endpoint providing the HTTP endpoint.

http://git-wip-us.apache.org/repos/asf/karaf-cellar/blob/bbfb689d/manual/src/main/asciidoc/user-guide/log.adoc
----------------------------------------------------------------------
diff --git a/manual/src/main/asciidoc/user-guide/log.adoc b/manual/src/main/asciidoc/user-guide/log.adoc
index 06ad183..dc184aa 100644
--- a/manual/src/main/asciidoc/user-guide/log.adoc
+++ b/manual/src/main/asciidoc/user-guide/log.adoc
@@ -105,7 +105,7 @@ And you can also change on a specific node in the cluster instead of all nodes:
 karaf@root()> cluster:log-set DEBUG ROOT 172.17.42.1:5701
 ----
 
-On the other hand, you can display the current log level on all nodes, for each logger using the `cluster:log-set`
+On the other hand, you can display the current log level on all nodes, for each logger using the `cluster:log-get`
 command:
 
 ----
@@ -119,4 +119,4 @@ ROOT   | INFO
 
 ==== JMX MBeans
 
-All actions you can do using the shell commands can be done with the `CellarLogMBean`.
\ No newline at end of file
+All actions you can do using the shell commands can be done with the `CellarLogMBean`.


[2/2] karaf-cellar git commit: This closes #28

Posted by jb...@apache.org.
This closes #28


Project: http://git-wip-us.apache.org/repos/asf/karaf-cellar/repo
Commit: http://git-wip-us.apache.org/repos/asf/karaf-cellar/commit/0f5fb110
Tree: http://git-wip-us.apache.org/repos/asf/karaf-cellar/tree/0f5fb110
Diff: http://git-wip-us.apache.org/repos/asf/karaf-cellar/diff/0f5fb110

Branch: refs/heads/master
Commit: 0f5fb110cd7249af7ca8f55ef5ca3a8836a472af
Parents: abac0f5 bbfb689
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Thu Sep 1 17:45:29 2016 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Thu Sep 1 17:45:29 2016 +0200

----------------------------------------------------------------------
 manual/src/main/asciidoc/user-guide/http-balancer.adoc | 10 +++++-----
 manual/src/main/asciidoc/user-guide/log.adoc           |  4 ++--
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------