You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by gn...@apache.org on 2009/10/05 17:59:33 UTC

svn commit: r821884 - /felix/trunk/karaf/demos/web/README.txt

Author: gnodet
Date: Mon Oct  5 15:59:33 2009
New Revision: 821884

URL: http://svn.apache.org/viewvc?rev=821884&view=rev
Log:
FELIX-1675: karaf web demo README references old servicemix-client jar

Modified:
    felix/trunk/karaf/demos/web/README.txt

Modified: felix/trunk/karaf/demos/web/README.txt
URL: http://svn.apache.org/viewvc/felix/trunk/karaf/demos/web/README.txt?rev=821884&r1=821883&r2=821884&view=diff
==============================================================================
--- felix/trunk/karaf/demos/web/README.txt (original)
+++ felix/trunk/karaf/demos/web/README.txt Mon Oct  5 15:59:33 2009
@@ -22,7 +22,7 @@
   * build the web app using "mvn package" and deploy the web application to your favorite web container
   * run the web app from the command line using the "mvn package jetty:run" command
   
-Once the web application is started, you can use the Apache ServiceMix Kernel client to connect to the running server:
-  cd [smx-kernel-install-dir]
-  java -jar lib/servicemix-client.jar
+Once the web application is started, you can use the Apache Felix Karaf client to connect to the running server:
+  cd [karaf-install-dir]
+  java -jar lib/karaf-client.jar