summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/running-tuscany/launcher-webapp
diff options
context:
space:
mode:
authorkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-09-25 14:28:33 +0000
committerkelvingoodson <kelvingoodson@13f79535-47bb-0310-9956-ffa450edef68>2010-09-25 14:28:33 +0000
commitb06dcc30f3b1def95d023e7493e2f7c893d052d7 (patch)
tree6d413882fc1b9d6fa29e3a9ad7b67d9d49ceb26f /sca-java-2.x/trunk/samples/running-tuscany/launcher-webapp
parent2b59e11c657cc2484a8ec5b0b941d950a820fcbf (diff)
TUSCANY-3677 remove redundant launcher prefix from running-tuscany projects
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1001215 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/running-tuscany/launcher-webapp')
-rw-r--r--sca-java-2.x/trunk/samples/running-tuscany/launcher-webapp/README29
1 files changed, 0 insertions, 29 deletions
diff --git a/sca-java-2.x/trunk/samples/running-tuscany/launcher-webapp/README b/sca-java-2.x/trunk/samples/running-tuscany/launcher-webapp/README
deleted file mode 100644
index 4031b9c0bd..0000000000
--- a/sca-java-2.x/trunk/samples/running-tuscany/launcher-webapp/README
+++ /dev/null
@@ -1,29 +0,0 @@
-To execute sample webapp based contributions (contributions that have webapp at the end of their name) you
-can build the contribution using maven and then copy the resulting war file to your container of choice
-
-For example, for binding-jsonrpc/contribution-calculator-webapp, do the following
-
-cd samples/binding-jsonrpc/contribution-calculator-webapp
-mvn
-cp target/sample-contribution-binding-jsonrpc-calculator-webapp.war your_container_deployment-dir
-
-
-As an alternative sample webapp based contributions can be run within Jetty directly from Maven, look for
-webapp contributions that have the following configuration in their pom.xml file:
-
-<plugin>
- <groupId>org.mortbay.jetty</groupId>
- <artifactId>maven-jetty-plugin</artifactId>
- <version>6.1.18</version>
-</plugin>
-
-For contributions that have this, for example, binding-jsonrpc/contribution-calculator-webapp, do the following
-
-cd samples/binding-sca/contribution-calculator
-mvn jetty:run
-
-This will launch the contribution in the Jetty runtime and then wait. At this point you can use
-HTTP clients to send messages to services that the running SCA applcation exposes. For this
-example try pointing your browser at:
-
-http://localhost:8080/sample-contribution-binding-jsonrpc-calculator-webapp/