Author: bdube
Date: Sun May  1 16:30:45 2011
New Revision: 1098366

URL: http://svn.apache.org/viewvc?rev=1098366&view=rev
Log:
Add the excellent Apache Felix Web Console

Added:
    
forrest/trunk/whiteboard/forrest-osgi/lib/bundle/org.apache.felix.configadmin-1.2.8.jar
    
forrest/trunk/whiteboard/forrest-osgi/lib/bundle/org.apache.felix.webconsole-3.1.8.jar
Modified:
    
forrest/trunk/whiteboard/forrest-osgi/docs/src/documentation/content/xdocs/launch.xml

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=1098366&r1=1098365&r2=1098366&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 16:30:45 2011
@@ -90,8 +90,28 @@
         implementation of forrest-osgi <em>does not</em> check for
         bundles installed, removed or changed on the fly, but the
         infrastructure to handle it is already present in the
-        framework. It is just a matter of taking the time to implement
-        it.
+        framework. See the next section for one way to handle dynamic
+        bundles.
+      </p>
+    </section>
+    <section id="webconsole">
+      <title>Web console</title>
+      <p>
+        In dynamic mode, the only mode at the moment, the excellent
+        Apache Felix Web Console is enabled by default. Browse to
+        <code>http://localhost:8080/system/console</code> and supply
+        the username <code>admin</code> and password
+        <code>admin</code>. Authentication is changed or disabled
+        through the Config Admin service. From the web console bundles
+        can be installed, removed or refreshed to pick up changes. The
+        framework itself can be stopped or restarted on the <em>System
+        Information</em> page.
+      </p>
+      <p>
+        Among other things the web console shows how the framework
+        wired together the imported dependencies of each bundle. Very
+        useful information when multiple versions of a package are
+        being tested.
       </p>
     </section>
   </body>

Added: 
forrest/trunk/whiteboard/forrest-osgi/lib/bundle/org.apache.felix.configadmin-1.2.8.jar
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest-osgi/lib/bundle/org.apache.felix.configadmin-1.2.8.jar?rev=1098366&view=auto
==============================================================================
Files 
forrest/trunk/whiteboard/forrest-osgi/lib/bundle/org.apache.felix.configadmin-1.2.8.jar
 (added) and 
forrest/trunk/whiteboard/forrest-osgi/lib/bundle/org.apache.felix.configadmin-1.2.8.jar
 Sun May  1 16:30:45 2011 differ

Added: 
forrest/trunk/whiteboard/forrest-osgi/lib/bundle/org.apache.felix.webconsole-3.1.8.jar
URL: 
http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrest-osgi/lib/bundle/org.apache.felix.webconsole-3.1.8.jar?rev=1098366&view=auto
==============================================================================
Files 
forrest/trunk/whiteboard/forrest-osgi/lib/bundle/org.apache.felix.webconsole-3.1.8.jar
 (added) and 
forrest/trunk/whiteboard/forrest-osgi/lib/bundle/org.apache.felix.webconsole-3.1.8.jar
 Sun May  1 16:30:45 2011 differ