summaryrefslogtreecommitdiffstats
path: root/java/sca/samples/feed-aggregator-webapp
diff options
context:
space:
mode:
authorlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-07-10 19:00:40 +0000
committerlresende <lresende@13f79535-47bb-0310-9956-ffa450edef68>2008-07-10 19:00:40 +0000
commit50e788d63dca6c50237564960c4550b7c543d3fc (patch)
treeb4fad160fee6d28b0421fa463cd6aeb90da6872a /java/sca/samples/feed-aggregator-webapp
parent04c2b265219331a15b918cd3f895e21dc435012c (diff)
TUSCANY-2370 - Applying Dan's patch
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@675681 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/sca/samples/feed-aggregator-webapp')
-rw-r--r--java/sca/samples/feed-aggregator-webapp/src/main/webapp/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/java/sca/samples/feed-aggregator-webapp/src/main/webapp/index.html b/java/sca/samples/feed-aggregator-webapp/src/main/webapp/index.html
index e20f2fdf81..7b33391a87 100644
--- a/java/sca/samples/feed-aggregator-webapp/src/main/webapp/index.html
+++ b/java/sca/samples/feed-aggregator-webapp/src/main/webapp/index.html
@@ -24,9 +24,9 @@
<h2>Apache Tuscany Feed Aggregator Sample</h2>
<p>To read the aggregated feeds, point your Web browser to the following addresses:</p>
- <br/><a href="atomAggregator">http://localhost:8080/sample-feed-aggregator-webapp/atomAggregator</a>
- <br/><a href="atomAggregator/atomsvc">http://localhost:8080/sample-feed-aggregator-webapp/atomAggregator/atomsvc (for the Atom service document)</a>
- <br/><a href="rssAggregator">http://localhost:8080/sample-feed-aggregator-webapp/rssAggregator</a>
+ <br/><a href="atomAggregator">http://localhost:8083/sample-feed-aggregator-webapp/atomAggregator</a>
+ <br/><a href="atomAggregator/atomsvc">http://localhost:8083/sample-feed-aggregator-webapp/atomAggregator/atomsvc (for the Atom service document)</a>
+ <br/><a href="rssAggregator">http://localhost:8083/sample-feed-aggregator-webapp/rssAggregator</a>
</body>
</html>