diff options
author | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-02 22:18:50 +0000 |
---|---|---|
committer | antelder <antelder@13f79535-47bb-0310-9956-ffa450edef68> | 2010-03-02 22:18:50 +0000 |
commit | 90b9b0f259d291fd9d5c801eb51d7fc20b265c1b (patch) | |
tree | bd2fb8c987b4bcab3041be7ed957f686bdbf1ddd /sca-java-2.x/trunk/samples/store/README | |
parent | 18d6de80525d2a4ca920844f1d45ba9da79377c8 (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/README')
-rw-r--r-- | sca-java-2.x/trunk/samples/store/README | 2 |
1 files changed, 1 insertions, 1 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/ |