You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2008/07/10 21:00:41 UTC

svn commit: r675681 - /tuscany/java/sca/samples/feed-aggregator-webapp/src/main/webapp/index.html

Author: lresende
Date: Thu Jul 10 12:00:40 2008
New Revision: 675681

URL: http://svn.apache.org/viewvc?rev=675681&view=rev
Log:
TUSCANY-2370 - Applying Dan's patch

Modified:
    tuscany/java/sca/samples/feed-aggregator-webapp/src/main/webapp/index.html

Modified: tuscany/java/sca/samples/feed-aggregator-webapp/src/main/webapp/index.html
URL: http://svn.apache.org/viewvc/tuscany/java/sca/samples/feed-aggregator-webapp/src/main/webapp/index.html?rev=675681&r1=675680&r2=675681&view=diff
==============================================================================
--- tuscany/java/sca/samples/feed-aggregator-webapp/src/main/webapp/index.html (original)
+++ tuscany/java/sca/samples/feed-aggregator-webapp/src/main/webapp/index.html Thu Jul 10 12:00:40 2008
@@ -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>