diff options
Diffstat (limited to 'sca-java-2.x/trunk')
-rw-r--r-- | sca-java-2.x/trunk/samples/store/README | 2 | ||||
-rw-r--r-- | sca-java-2.x/trunk/samples/store/src/main/resources/store.composite | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sca-java-2.x/trunk/samples/store/README b/sca-java-2.x/trunk/samples/store/README index 46e71bf51e..f9adec64cf 100644 --- a/sca-java-2.x/trunk/samples/store/README +++ b/sca-java-2.x/trunk/samples/store/README @@ -25,4 +25,4 @@ ant run Once the store application is running use your browser to visit the following URL: -http://localhost:8080/store/ +http://localhost:8080/ diff --git a/sca-java-2.x/trunk/samples/store/src/main/resources/store.composite b/sca-java-2.x/trunk/samples/store/src/main/resources/store.composite index 9c3b79c508..eb0079ad84 100644 --- a/sca-java-2.x/trunk/samples/store/src/main/resources/store.composite +++ b/sca-java-2.x/trunk/samples/store/src/main/resources/store.composite @@ -25,7 +25,7 @@ <component name="Store"> <tuscany:implementation.widget location="uiservices/store.html"/> <service name="Widget"> - <tuscany:binding.http uri="/store"/> + <tuscany:binding.http uri="/"/> </service> <reference name="catalog" target="Catalog"/> <reference name="shoppingCart" target="ShoppingCart/Cart"/> |