summaryrefslogtreecommitdiffstats
path: root/sca-java-1.x/trunk/samples/feed-aggregator-webapp/src/main/webapp/index.html
diff options
context:
space:
mode:
authornash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 20:00:25 +0000
committernash <nash@13f79535-47bb-0310-9956-ffa450edef68>2010-10-26 20:00:25 +0000
commiteb285f6925f084a4e8458c9eb4ff51b2aa05f2c6 (patch)
treecab2abea02555cf3a17854c358d7d4e3883df050 /sca-java-1.x/trunk/samples/feed-aggregator-webapp/src/main/webapp/index.html
parentaad67a6127812eb638c2de0b5458843eb6e94684 (diff)
Merge r1026251 Remove explicit host name and port number from sample files
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@1027716 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--sca-java-1.x/trunk/samples/feed-aggregator-webapp/src/main/webapp/index.html9
1 files changed, 5 insertions, 4 deletions
diff --git a/sca-java-1.x/trunk/samples/feed-aggregator-webapp/src/main/webapp/index.html b/sca-java-1.x/trunk/samples/feed-aggregator-webapp/src/main/webapp/index.html
index 7b33391a87..7220683a84 100644
--- a/sca-java-1.x/trunk/samples/feed-aggregator-webapp/src/main/webapp/index.html
+++ b/sca-java-1.x/trunk/samples/feed-aggregator-webapp/src/main/webapp/index.html
@@ -23,10 +23,11 @@
<body>
<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: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>
+ <p>To read the aggregated feeds, point your Web browser to the following addresses or click on these links:</p>
+ <a href="atomAggregator">http://{server-host}:{server-port}/sample-feed-aggregator-webapp/atomAggregator</a><br/>
+ <a href="atomAggregator/atomsvc">http://{server-host}:{server-port}/sample-feed-aggregator-webapp/atomAggregator/atomsvc (for the Atom service document)</a><br/>
+ <a href="rssAggregator">http://{server-host}:{server-port}/sample-feed-aggregator-webapp/rssAggregator</a>
+ <p>where {server-host} and {server-port} are the host and port of your web application server.</p>
</body>
</html>