Author: bdube
Date: Sun May  1 19:35:53 2011
New Revision: 1098393

URL: http://svn.apache.org/viewvc?rev=1098393&view=rev
Log:
Add documentation for the latest changes: console, obr, config admin

Modified:
    
forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/contribute.xml
    
forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/launch.xml

Modified: 
forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/contribute.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/contribute.xml?rev=1098393&r1=1098392&r2=1098393&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/contribute.xml
 (original)
+++ 
forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/contribute.xml
 Sun May  1 19:35:53 2011
@@ -62,7 +62,14 @@
         Some random notes:
       </p>
       <ul>
-        <li>Make use of Config Admin to configure bundles</li>
+        <li>
+          Make use of Config Admin to configure bundles
+          <p>
+            Config Admin is now installed and started by default, but
+            nothing yet makes use of it. The Web Console expects to be
+            configured this way.
+          </p>
+        </li>
         <li>
           Investigate Wire Admin
           <p>
@@ -83,6 +90,11 @@
           
href="http://felix.apache.org/site/apache-felix-osgi-bundle-repository.html";>OBR</a>
           bundle repository service from Apache Felix, for OSGi
           dependencies
+          <p>
+            OBR is now installed and started by default. Check it out
+            in the web console
+            <code>http://localhost:8080/system/console/obr</code>.
+          </p>
         </li>
         <li>
           Apache Cocoon blocks, Cocoon3 components

Modified: 
forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/launch.xml
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/launch.xml?rev=1098393&r1=1098392&r2=1098393&view=diff
==============================================================================
--- 
forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/launch.xml
 (original)
+++ 
forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/launch.xml
 Sun May  1 19:35:53 2011
@@ -113,6 +113,18 @@
         useful information when multiple versions of a package are
         being tested.
       </p>
+      <p>
+        <code>http://localhost:8080/system/console/logs</code> shows
+        the log history in the console, and
+        <code>http://localhost:8080/logs</code> is a forrest-osgi
+        implementation of a log viewer that does not depend on the
+        console.
+      </p>
+      <p>
+        <code>http://localhost:8008/system/console/obr</code> allows
+        you to configure bundle repositories and deploy bundles from
+        them. The Apache Felix repository is added by default.
+      </p>
     </section>
   </body>
 </document>