summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-12-10 10:05:37 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2008-12-10 10:05:37 +0000
commit67ad40502bbc6d226ea8e2f4f8094c2113fe589f (patch)
treea7c3535bf100f4c051b2591c756afb958efd180b
parent933510da352028100d83537b1d107386328df397 (diff)
Copy readmem fix from 1.4 branch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@725048 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--branches/sca-java-1.x/demos/bigbank/README15
1 files changed, 1 insertions, 14 deletions
diff --git a/branches/sca-java-1.x/demos/bigbank/README b/branches/sca-java-1.x/demos/bigbank/README
index 5ec796db60..1e52c65b70 100644
--- a/branches/sca-java-1.x/demos/bigbank/README
+++ b/branches/sca-java-1.x/demos/bigbank/README
@@ -16,7 +16,6 @@ Bigbank-calculator is a calculator application which handles add, subtract, mult
To run the bigbank-calculator composite and make it available as a service for this demo do the following:
cd bigbank-calculator
-ant compile
ant run
.. Leave the server running
@@ -30,7 +29,6 @@ A very simple web services based stock quote application which returns random
stock quotes on request. Please note that the stockquote service is not live and is implemented instead to allow for this application to always run without dependency on the availability of a webservice.
cd bigbank-stockquote
-ant compile
ant run
.. Leave the server running
@@ -54,22 +52,11 @@ bigbank-calculator services.
Start bigbank-account in the following way:
-i ) Compile the bigbank-account as follows :
-
- cd bigbank-account
- ant compile
-
-ii) Now start the bigbank service as follows :
-
cd bigbank
- ant compile
ant run
.. Leave the server running
-Note that 'ant compile' needs to be done the first time you run this demo out ofthe binary distribution.
-No need to do 'ant compile' from there on.
-
Bigbank and the SCA Policies
----------------------------
The Bigbank demo uses the Tuscany PolicyFramework to enforce security in the following ways:
@@ -105,7 +92,7 @@ The front end of this demo application is a web app which users Json/RPC to comm
To try the app out point you browser at:
-http://localhost:8080/AccountJSON.html
+http://localhost:8085/AccountJSON.html
This should display an interface with a single button that goes and retrieves
a single set of account details exercising services across the three running