diff options
author | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-19 06:30:25 +0000 |
---|---|---|
committer | jsdelfino <jsdelfino@13f79535-47bb-0310-9956-ffa450edef68> | 2010-09-19 06:30:25 +0000 |
commit | 8f5b122526f001ceb4f1178153e6749fc2e65af7 (patch) | |
tree | 71565b99662b2ef73b6042bd0b1359e9bb32fcfb /sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/src | |
parent | 588762db4d8dfbd58b29eb362d025e2999f22c84 (diff) |
Fix links broken by recent refactoring of the sameples, and use store contribution instead of calculator in shell sample.
git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@998597 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/src')
-rw-r--r-- | sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/src/main/webapp/index.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/src/main/webapp/index.html b/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/src/main/webapp/index.html index d2ae91e0e9..b877958fdb 100644 --- a/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/src/main/webapp/index.html +++ b/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/src/main/webapp/index.html @@ -24,17 +24,17 @@ <h1>It works</h1> <p>This Web app runs a sample Tuscany runtime shell similar to samples/launcher-shell.<br/> -To see how it works and what configuration commands are supported, just read the Shell program's <a href="http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/samples/launcher-shell/src/main/java/sample/Shell.java">source code</a>.</p> +To see how it works and what configuration commands are supported, just read the Shell program's <a href="http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/src/main/java/sample/Shell.java">source code</a>.</p> <p>Configuration commands can be provided through a text document served from a Web location, for example:<br/> -<a href="http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/samples/launcher-shell/scripts/test-start.txt">http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/samples/launcher-shell/scripts/test-start.txt</a></p> +<a href="http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/scripts/test-start.txt">http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/scripts/test-start.txt</a></p> <p>To run that particular configuration script just point your Web browser to:<br/> -<a href="http://localhost:8080/scashell/run?conf=http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/samples/launcher-shell/scripts/test-start.txt">http://localhost:8080/scashell/run?conf=http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/samples/launcher-shell/scripts/test-start.txt</a><br/> +<a href="http://localhost:8080/scashell/run?conf=http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/scripts/test-start.txt">http://localhost:8080/scashell/run?conf=http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/scripts/test-start.txt</a><br/> To run the script again and refresh the runtime shell, just refresh that page in your Web browser. </p> -<p>Sample configuration script samples are available in the Tuscany Subversion repository <a href="http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/samples/launcher-shell/scripts/">there</a>. +<p>Sample configuration script samples are available in the Tuscany Subversion repository <a href="http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/scripts/">there</a>. </body> </html> |