summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-ws-webapp/README8
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/chat-webapp/README6
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/feed-aggregator-webapp/README12
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/README8
-rw-r--r--sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-jsonrpc-webapp/README8
5 files changed, 31 insertions, 11 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-ws-webapp/README b/sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-ws-webapp/README
index a6e6c897e4..36c57521f4 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-ws-webapp/README
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/calculator-ws-webapp/README
@@ -9,8 +9,12 @@ 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-calculator-ws-webapp.war)
-to you web application server.
+to give this sample a go, deploy the WAR file (target/sample-calculator-ws-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;
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/chat-webapp/README b/sca-java-1.x/branches/sca-java-1.6.1/samples/chat-webapp/README
index 09b9c6f6be..d1e864366e 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/chat-webapp/README
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/chat-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-chat-webapp.war)
+to give this sample a go, deploy the WAR file (target/sample-chat-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-chat-webapp
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/feed-aggregator-webapp/README b/sca-java-1.x/branches/sca-java-1.6.1/samples/feed-aggregator-webapp/README
index 3668a7705e..74c39651b0 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/feed-aggregator-webapp/README
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/feed-aggregator-webapp/README
@@ -8,10 +8,14 @@ general instructions about building and running samples. Take a look there
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-feed-aggregator-webapp.war) to your web application server.
-
+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-feed-aggregator-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-feed-aggregator-webapp
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/README b/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/README
index 38392a13b6..384c192e29 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/README
+++ b/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-dojo-webapp/README
@@ -12,9 +12,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-dojo-webapp.war)
-to you web application server.
+to give this sample a go, deploy the WAR file (target/sample-helloworld-dojo-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-dojo-webapp
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-jsonrpc-webapp/README b/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-jsonrpc-webapp/README
index 07253d039b..8db50dd195 100644
--- a/sca-java-1.x/branches/sca-java-1.6.1/samples/helloworld-jsonrpc-webapp/README
+++ b/sca-java-1.x/branches/sca-java-1.6.1/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