diff options
Diffstat (limited to 'sca-java-1.x/branches/sca-java-1.6.1/samples/feed-aggregator-webapp/src/main/webapp')
-rw-r--r-- | sca-java-1.x/branches/sca-java-1.6.1/samples/feed-aggregator-webapp/src/main/webapp/index.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/sca-java-1.x/branches/sca-java-1.6.1/samples/feed-aggregator-webapp/src/main/webapp/index.html b/sca-java-1.x/branches/sca-java-1.6.1/samples/feed-aggregator-webapp/src/main/webapp/index.html index 7b33391a87..7220683a84 100644 --- a/sca-java-1.x/branches/sca-java-1.6.1/samples/feed-aggregator-webapp/src/main/webapp/index.html +++ b/sca-java-1.x/branches/sca-java-1.6.1/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> |