summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/tags/2.0-Beta2-RC1/samples/running-tuscany/osgi/README
diff options
context:
space:
mode:
Diffstat (limited to 'sca-java-2.x/tags/2.0-Beta2-RC1/samples/running-tuscany/osgi/README')
-rw-r--r--sca-java-2.x/tags/2.0-Beta2-RC1/samples/running-tuscany/osgi/README33
1 files changed, 0 insertions, 33 deletions
diff --git a/sca-java-2.x/tags/2.0-Beta2-RC1/samples/running-tuscany/osgi/README b/sca-java-2.x/tags/2.0-Beta2-RC1/samples/running-tuscany/osgi/README
deleted file mode 100644
index 6df2c1d2f2..0000000000
--- a/sca-java-2.x/tags/2.0-Beta2-RC1/samples/running-tuscany/osgi/README
+++ /dev/null
@@ -1,33 +0,0 @@
-The Tuscany runtime can be run in and OSGi container.
-
-Running in Equinox
-------------------
-
-On Windows, run
-java -jar ..\..\modules\osgi-3.5.0-v20090520.jar -configuration ..\..\features\configuration -clean -console
-
-On *Unix, run
-java -jar ../../modules/osgi-3.5.0-v20090520.jar -configuration ../../features/configuration -clean -console
-
-You should see the osgi console:
-
-osgi>
-
-osgi> Jun 22, 2009 1:32:27 PM org.apache.tuscany.sca.extensibility.equinox.EquinoxServiceDiscoveryActivator start
-INFO: Equinox-based service discoverer is now configured.
-
-You can run "ss" command under the osgi> to see the status of the bundles.
-osgi> ss
-
-Then you can install and start contributions as bundles by doing the following:
-
-osgi> install file:./path/to/contribution_bundle.jar
-
-Note that contribution_bundle.jar will need an activator in order to register the bundle as a SCA contribution
-see samples/????
-TODO is this still true
-
-Running on Felix
-----------------
-
-See http://tuscany.apache.org/documentation-2x/running-tuscany-sca-2x-with-equinox-and-felix.html