You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by dw...@apache.org on 2009/04/27 20:40:42 UTC

svn commit: r769098 - /geronimo/sandbox/blueprint/README

Author: dwoods
Date: Mon Apr 27 18:40:41 2009
New Revision: 769098

URL: http://svn.apache.org/viewvc?rev=769098&view=rev
Log:
add steps in readme if you want to load the web console and jetty for testing

Modified:
    geronimo/sandbox/blueprint/README

Modified: geronimo/sandbox/blueprint/README
URL: http://svn.apache.org/viewvc/geronimo/sandbox/blueprint/README?rev=769098&r1=769097&r2=769098&view=diff
==============================================================================
--- geronimo/sandbox/blueprint/README (original)
+++ geronimo/sandbox/blueprint/README Mon Apr 27 18:40:41 2009
@@ -1,3 +1,5 @@
+Installing and running the blueprint-sample bundle:
+---------------------------------------------------
 0) Download Felix (v1.6.0 used at the time of this writing):
 
    http://www.apache.org/dist/felix/felix-1.6.0.tar.gz
@@ -26,3 +28,22 @@
   a) start <bundle id for blueprint-bundle>
   b) start <bundle id for blueprint-sample>
 
+
+Installing and running the Web Console and Jetty:
+-------------------------------------------------
+1) Install the following bundles:
+
+   a) install http://www.apache.org/dist/felix/org.osgi.compendium-1.2.0.jar
+   b) install http://www.apache.org/dist/felix/org.apache.felix.http.jetty-1.0.0.jar
+   c) install http://www.apache.org/dist/felix/org.apache.felix.webconsole-1.2.8.jar
+
+2) Start the web console:
+
+   a) start <bundle id for org.apache.felix.webconsole>
+
+3) Access the web console in a browser:
+
+   http://localhost:8080/system/console
+   uid = admin
+   pwd = admin
+