Repository: karaf
Updated Branches:
  refs/heads/karaf-3.0.x 31ace2b75 -> d43939750


[KARAF-2871] - Command description for http:* commands
---
http section is written but never referenced in the other part of the
documentation. 

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

Branch: refs/heads/karaf-3.0.x
Commit: 437792864582a09c76b8a8124c6ec9d7e649aab3
Parents: 34ebeee
Author: anierbeck <[email protected]>
Authored: Sun Aug 24 13:02:34 2014 +0200
Committer: anierbeck <[email protected]>
Committed: Sun Aug 24 13:02:34 2014 +0200

----------------------------------------------------------------------
 manual/src/main/webapp/users-guide/enterprise.conf | 1 +
 manual/src/main/webapp/users-guide/http.conf       | 1 +
 2 files changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/karaf/blob/43779286/manual/src/main/webapp/users-guide/enterprise.conf
----------------------------------------------------------------------
diff --git a/manual/src/main/webapp/users-guide/enterprise.conf 
b/manual/src/main/webapp/users-guide/enterprise.conf
index 2fd3e9a..87518fe 100644
--- a/manual/src/main/webapp/users-guide/enterprise.conf
+++ b/manual/src/main/webapp/users-guide/enterprise.conf
@@ -6,6 +6,7 @@ These features are not installed by default, you have to 
install yourself depend
 
 The enterprise features available are:
 
+* [Http Service|http] provide basic OSGi HttpServices
 * [WebContainer (JSP/Servlet)|webcontainer] providing a complete JSP/Servlet 
support. These feature turns Apache Karaf as a complete
  web container where you can deploy web application (as you can do in Apache 
Tomcat, or other JEE application servers).
 * [Naming (JNDI)|jndi] providing a complete Java Naming and Directory 
Interface support. Apache Karaf provides a complete

http://git-wip-us.apache.org/repos/asf/karaf/blob/43779286/manual/src/main/webapp/users-guide/http.conf
----------------------------------------------------------------------
diff --git a/manual/src/main/webapp/users-guide/http.conf 
b/manual/src/main/webapp/users-guide/http.conf
index 540328f..8ec92ad 100644
--- a/manual/src/main/webapp/users-guide/http.conf
+++ b/manual/src/main/webapp/users-guide/http.conf
@@ -57,3 +57,4 @@ The above snippet publishes the Servlet MyServlet on 
http://localhost:8080/mySer
 
 Please keep in mind that the Whiteboard pattern for Servlets is not 
standardized and only works with Pax Web.
 
+For commands take a look at the command section in the 
[webcontainer|webcontainer] chapter.
\ No newline at end of file

Reply via email to