summaryrefslogtreecommitdiffstats
path: root/branches/sca-java-1.x/samples/binding-notification-consumer/README
diff options
context:
space:
mode:
Diffstat (limited to 'branches/sca-java-1.x/samples/binding-notification-consumer/README')
-rw-r--r--branches/sca-java-1.x/samples/binding-notification-consumer/README51
1 files changed, 26 insertions, 25 deletions
diff --git a/branches/sca-java-1.x/samples/binding-notification-consumer/README b/branches/sca-java-1.x/samples/binding-notification-consumer/README
index b54b445670..62ef1d0126 100644
--- a/branches/sca-java-1.x/samples/binding-notification-consumer/README
+++ b/branches/sca-java-1.x/samples/binding-notification-consumer/README
@@ -26,31 +26,6 @@ This sample also illustrates the use of a wsdl interface in the notification
component's <implementation.notification/>. This allows messages sent and received
via <binding.notification/> to be transported as literal xml over http.
-Building And Running The Sample Using Ant
------------------------------------------
-With the binary distribution the sample can be built and run using Ant as
-follows
-
-cd binding-notification-consumer
-ant compile
-ant run
-
-You should see the following output from the run target.
-
-run:
- [java] Sep 14, 2007 10:56:29 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
- [java] INFO: Added Servlet mapping: http://localhost:8083/ntm/trafficAdvisory
- [java] Sep 14, 2007 10:56:29 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
- [java] INFO: Added Servlet mapping: http://localhost:8083/consumer/trafficAdvisory
-
-Building And Running The Sample Using Maven
--------------------------------------------
-With either the binary or source distributions the sample can be built and run
-using Maven as follows.
-
-cd binding-notification-consumer
-mvn
-
Sample Usage
------------
@@ -107,3 +82,29 @@ binding-notification-consumer/
binding-notification-consumer.png - a pictorial representation of the sample .composite file
build.xml - the Ant build file
pom.xml - the Maven build file
+
+Building And Running The Sample Using Ant
+-----------------------------------------
+With the binary distribution the sample can be built and run using Ant as
+follows
+
+cd binding-notification-consumer
+ant compile
+ant run
+
+You should see the following output from the run target.
+
+run:
+ [java] Sep 14, 2007 10:56:29 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
+ [java] INFO: Added Servlet mapping: http://localhost:8083/ntm/trafficAdvisory
+ [java] Sep 14, 2007 10:56:29 AM org.apache.tuscany.sca.http.jetty.JettyServer addServletMapping
+ [java] INFO: Added Servlet mapping: http://localhost:8083/consumer/trafficAdvisory
+
+Building And Running The Sample Using Maven
+-------------------------------------------
+With either the binary or source distributions the sample can be built and run
+using Maven as follows.
+
+cd binding-notification-consumer
+mvn
+