summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.3.3/samples/binding-notification-broker/README
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-11-04 06:52:10 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-11-04 06:52:10 +0000
commitaf5c8359de42231828080c81e43d8249d39a70b6 (patch)
tree241a912a6cf7bd45014de0d566c29474bd8f2b9e /branches/sca-java-1.3.3/samples/binding-notification-broker/README
parent8ef6e09895bcf583349597ff6757e974ec13e2ec (diff)
Merging changes from TUSCANY-2657 and TUSCANY-2659 from trunk.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@711190 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--branches/sca-java-1.3.3/samples/binding-notification-broker/README14
1 files changed, 8 insertions, 6 deletions
diff --git a/branches/sca-java-1.3.3/samples/binding-notification-broker/README b/branches/sca-java-1.3.3/samples/binding-notification-broker/README
index e47f12cb20..ebd8bbec30 100644
--- a/branches/sca-java-1.3.3/samples/binding-notification-broker/README
+++ b/branches/sca-java-1.3.3/samples/binding-notification-broker/README
@@ -57,15 +57,15 @@ mvn
Sample Usage
------------
-This sample is run using the tuscany binary distribution. To run it, first set the
-following environment variables:
+This sample is run using the tuscany binary distribution. To run it, navigate to this sample's directory and
-set TUSCANY_BIN_DISTRO=<Directory where the distro was extracted, e.g. \Devt\tuscany-sca-distr\tuscany-sca>
-set TUSCANY_SCA_MANIFEST_JAR=%TUSCANY_BIN_DISTRO%\lib\tuscany-sca-manifest.jar
+on Wondows, use following command:
-Then navigate to this sample directory and do:
+java -Dnotification.httpPort=8080 -cp ..\..\lib\tuscany-sca-manifest.jar;target\sample-binding-notification-broker.jar notification.broker.TrafficAdvisoryServer
-java -Dnotification.httpPort=8080 -cp "target\sample-binding-notification-broker.jar;%TUSCANY_SCA_MANIFEST_JAR%" notification.broker.TrafficAdvisoryServer
+on *nix, use following command:
+
+java -Dnotification.httpPort=8080 -cp ../../lib/tuscany-sca-manifest.jar:target/sample-binding-notification-broker.jar notification.broker.TrafficAdvisoryServer
this should bring up the following prompt:
@@ -107,4 +107,6 @@ binding-notification-broker/
<implementation.notification/>
TrafficAdvisoryNotification.composite - the main composite including producer, consumer and
notification components, and composite service and reference
+ binding-notification-broker.png - a pictorial representation of the sample .composite file
+ build.xml - the Ant build file
pom.xml - the Maven build file