From d71a88ce0103d2c2a9aa3112abd40b160fcce23d Mon Sep 17 00:00:00 2001 From: nash Date: Mon, 25 Oct 2010 14:47:08 +0000 Subject: Merge r1000905 Explain that the WAR file is intentionally omitted from the binary distribution git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027151 13f79535-47bb-0310-9956-ffa450edef68 --- sca-java-1.x/trunk/samples/helloworld-jsonrpc-webapp/README | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'sca-java-1.x/trunk/samples/helloworld-jsonrpc-webapp') diff --git a/sca-java-1.x/trunk/samples/helloworld-jsonrpc-webapp/README b/sca-java-1.x/trunk/samples/helloworld-jsonrpc-webapp/README index 07253d039b..8db50dd195 100644 --- a/sca-java-1.x/trunk/samples/helloworld-jsonrpc-webapp/README +++ b/sca-java-1.x/trunk/samples/helloworld-jsonrpc-webapp/README @@ -9,9 +9,13 @@ first. As this sample provides a web app there is a manual step where the WAR file that contains the sample is copied to your web app container. If you just want -to give this sample a go deploy the WAR file (target/sample-helloworld-jsonrpc-webapp.war) -to you web application server. +to give this sample a go, deploy the WAR file (target/sample-helloworld-jsonrpc-webapp.war) +to your web application server. +To save space, the WAR file isn't included in the binary distribution. You can +build it by following the instructions below in "Building And Running The Sample +Using Ant" or "Building And Running The Sample Using Maven". + Once the web app is deployed use your browser to visit the following URL; http://localhost:8080/sample-helloworld-jsonrpc-webapp -- cgit v1.2.3