You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by an...@apache.org on 2008/12/10 10:48:44 UTC

svn commit: r725043 - /tuscany/branches/sca-java-1.4/demos/bigbank/README

Author: antelder
Date: Wed Dec 10 01:48:42 2008
New Revision: 725043

URL: http://svn.apache.org/viewvc?rev=725043&view=rev
Log:
Update bigbank readme

Modified:
    tuscany/branches/sca-java-1.4/demos/bigbank/README

Modified: tuscany/branches/sca-java-1.4/demos/bigbank/README
URL: http://svn.apache.org/viewvc/tuscany/branches/sca-java-1.4/demos/bigbank/README?rev=725043&r1=725042&r2=725043&view=diff
==============================================================================
--- tuscany/branches/sca-java-1.4/demos/bigbank/README (original)
+++ tuscany/branches/sca-java-1.4/demos/bigbank/README Wed Dec 10 01:48:42 2008
@@ -16,7 +16,6 @@
 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 @@
 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 @@
 
 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 @@
 
 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