summaryrefslogtreecommitdiffstats
path: root/sca-java-2.x/trunk/samples/store
diff options
context:
space:
mode:
authorantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-02 22:18:50 +0000
committerantelder <antelder@13f79535-47bb-0310-9956-ffa450edef68>2010-03-02 22:18:50 +0000
commit90b9b0f259d291fd9d5c801eb51d7fc20b265c1b (patch)
treebd2fb8c987b4bcab3041be7ed957f686bdbf1ddd /sca-java-2.x/trunk/samples/store
parent18d6de80525d2a4ca920844f1d45ba9da79377c8 (diff)
Don't use a relative uri on the binding.http
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@918223 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/store')
-rw-r--r--sca-java-2.x/trunk/samples/store/README2
-rw-r--r--sca-java-2.x/trunk/samples/store/src/main/resources/store.composite2
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"/>