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 2019/04/09 11:59:03 UTC

[karaf] branch master updated: Improve http service documentation

This is an automated email from the ASF dual-hosted git repository.

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/karaf.git


The following commit(s) were added to refs/heads/master by this push:
     new 5d40d40  Improve http service documentation
5d40d40 is described below

commit 5d40d409978e2a55ada239df710b4a635b30895e
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Apr 9 13:58:48 2019 +0200

    Improve http service documentation
---
 manual/src/main/asciidoc/user-guide/http.adoc | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/manual/src/main/asciidoc/user-guide/http.adoc b/manual/src/main/asciidoc/user-guide/http.adoc
index 7cedd5f..ce0105e 100644
--- a/manual/src/main/asciidoc/user-guide/http.adoc
+++ b/manual/src/main/asciidoc/user-guide/http.adoc
@@ -22,7 +22,15 @@ The Karaf http feature enables the Pax Web implementation of the OSGi HTTPServic
 root@karaf()> feature:install http
 ----
 
-Test the HTTP service is up by pointing your browser to [http://localhost:8181/].
+NB: the HTTP service will be actually bound only when at least one web application will use it.
+
+If you want to test the HTTP service, you can install the `webconsole` feature:
+
+----
+root@karaf()> feature:install webconsole
+----
+
+Then, you can test the HTTP service by accessing the Apache Karaf WebConsole pointing your browser to [http://localhost:8181/system/console].
 
 ===== Configuring the HTTPService