diff options
Diffstat (limited to 'java/sca')
-rw-r--r-- | java/sca/samples/feed-aggregator-webapp/src/main/webapp/index.html | 6 |
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> |