From 875e50908c2630d263661af492654cd44bef2d65 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Tue, 25 Jan 2011 23:30:28 +0000 Subject: Sandbox to experiment with dynamic mass virtual hosting and running a different composite per vhost. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1063520 13f79535-47bb-0310-9956-ffa450edef68 --- .../java/vhost/samples/running-tuscany/maven/README | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 sandbox/sebastien/java/vhost/samples/running-tuscany/maven/README (limited to 'sandbox/sebastien/java/vhost/samples/running-tuscany/maven') diff --git a/sandbox/sebastien/java/vhost/samples/running-tuscany/maven/README b/sandbox/sebastien/java/vhost/samples/running-tuscany/maven/README new file mode 100644 index 0000000000..ff976c3515 --- /dev/null +++ b/sandbox/sebastien/java/vhost/samples/running-tuscany/maven/README @@ -0,0 +1,18 @@ +To execute a sample contribution from Maven + +look for contributions that have the following configuration in their pom.xml file: + + + org.apache.tuscany.maven.plugins + maven-tuscany-plugin + 2.0-SNAPSHOT + + +For contributions that have this, for example, binding-sca/contribution-calculator, do the following + +cd samples/binding-sca/contribution-calculator +mvn tuscany:run + +This will launch the contribution in the Tuscany runtime and then wait. At this point you can use +other clients to send messages to services that the running SCA applcation exposes, +for example, try calculator-scaclient. -- cgit v1.2.3