You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@cocoon.apache.org by bd...@apache.org on 2005/07/19 16:41:51 UTC

svn commit: r219697 - /cocoon/trunk/README.osgi

Author: bdelacretaz
Date: Tue Jul 19 07:41:48 2005
New Revision: 219697

URL: http://svn.apache.org/viewcvs?rev=219697&view=rev
Log:
KF console info added

Modified:
    cocoon/trunk/README.osgi

Modified: cocoon/trunk/README.osgi
URL: http://svn.apache.org/viewcvs/cocoon/trunk/README.osgi?rev=219697&r1=219696&r2=219697&view=diff
==============================================================================
--- cocoon/trunk/README.osgi (original)
+++ cocoon/trunk/README.osgi Tue Jul 19 07:41:48 2005
@@ -16,8 +16,32 @@
 framework and finally you should be able to access Cocoon from within your 
 favorite webbrowser.
 
-build osgi
-cocoon osgi or ./cocoon.sh osgi
-http://localhost:8080 and http://localhost:8080/samples/
+*****************************************************************************
+This is experimental, see http://wiki.apache.org/cocoon/osgi for more info.
+*****************************************************************************
+
+To build and start under OSGI do:
+
+  build osgi
+  cocoon osgi or ./cocoon.sh osgi
+  http://localhost:8080 and http://localhost:8080/samples/
+
+Note that once the (Knopflerfish) OSGI framework starts, you can press
+enter on the console to access the framework command line:
+
+  ./cocoon.sh osgi
+  ...
+  Knopflerfish OSGi framework, version 3.3.6
+  ...
+  Started: file:build/osgi/org.apache.cocoon_servlet_1.0.0.jar (id#10)
+
+now type enter to get the prompt:
+
+  > help
+  Available command groups (type 'enter' to enter a group):
+  session - Session commands built into the console
+  logconfig - Configuration commands for the log.
+  ...
+
+To stop the framework use the "shutdown" command.
 
-This is experimental, see http://wiki.apache.org/cocoon/osgi for more info.
\ No newline at end of file