diff options
Diffstat (limited to '')
6 files changed, 49 insertions, 49 deletions
diff --git a/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/README b/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/README index abdf824621..9745f57ad9 100644 --- a/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/README +++ b/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/README @@ -11,10 +11,10 @@ To run it: ./sca at the prompt: -start myNode mySampleContrib ../contribution-implementation-java-calculator/target/classes +start myNode ../../applications/store/target/sample-store.jar or: -start myNode mySampleContrib http://people.apache.org/~jsdelfino/tuscany/java/test/sample-contribution-binding-ws-calculator.jar +start myNode http://people.apache.org/~jsdelfino/tuscany/java/test/sample-store.jar also try: status @@ -22,7 +22,7 @@ stop myNode bye Starting and stopping composites is pretty fast. To see that, try the following -two scripts, which start/stop a sample composite 10 times. +two scripts, which start/stop the sample store composite 10 times. ./sca <scripts/test.txt or diff --git a/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/scripts/test-remote.txt b/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/scripts/test-remote.txt index c94e6eb9bb..dc13e5c401 100644 --- a/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/scripts/test-remote.txt +++ b/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/scripts/test-remote.txt @@ -14,23 +14,23 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations -start foo http://people.apache.org/~jsdelfino/tuscany/java/test/sample-contribution-binding-ws-calculator.jar -stop foo -start foo http://people.apache.org/~jsdelfino/tuscany/java/test/sample-contribution-binding-ws-calculator.jar -stop foo -start foo http://people.apache.org/~jsdelfino/tuscany/java/test/sample-contribution-binding-ws-calculator.jar -stop foo -start foo http://people.apache.org/~jsdelfino/tuscany/java/test/sample-contribution-binding-ws-calculator.jar -stop foo -start foo http://people.apache.org/~jsdelfino/tuscany/java/test/sample-contribution-binding-ws-calculator.jar -stop foo -start foo http://people.apache.org/~jsdelfino/tuscany/java/test/sample-contribution-binding-ws-calculator.jar -stop foo -start foo http://people.apache.org/~jsdelfino/tuscany/java/test/sample-contribution-binding-ws-calculator.jar -stop foo -start foo http://people.apache.org/~jsdelfino/tuscany/java/test/sample-contribution-binding-ws-calculator.jar -stop foo -start foo http://people.apache.org/~jsdelfino/tuscany/java/test/sample-contribution-binding-ws-calculator.jar -stop foo -start foo http://people.apache.org/~jsdelfino/tuscany/java/test/sample-contribution-binding-ws-calculator.jar -stop foo +start testNode http://people.apache.org/~jsdelfino/tuscany/java/test/sample-store.jar +stop testNode +start testNode http://people.apache.org/~jsdelfino/tuscany/java/test/sample-store.jar +stop testNode +start testNode http://people.apache.org/~jsdelfino/tuscany/java/test/sample-store.jar +stop testNode +start testNode http://people.apache.org/~jsdelfino/tuscany/java/test/sample-store.jar +stop testNode +start testNode http://people.apache.org/~jsdelfino/tuscany/java/test/sample-store.jar +stop testNode +start testNode http://people.apache.org/~jsdelfino/tuscany/java/test/sample-store.jar +stop testNode +start testNode http://people.apache.org/~jsdelfino/tuscany/java/test/sample-store.jar +stop testNode +start testNode http://people.apache.org/~jsdelfino/tuscany/java/test/sample-store.jar +stop testNode +start testNode http://people.apache.org/~jsdelfino/tuscany/java/test/sample-store.jar +stop testNode +start testNode http://people.apache.org/~jsdelfino/tuscany/java/test/sample-store.jar +stop testNode diff --git a/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/scripts/test-start.txt b/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/scripts/test-start.txt index 69ac172adf..e294e483e3 100644 --- a/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/scripts/test-start.txt +++ b/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/scripts/test-start.txt @@ -14,5 +14,5 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations -start foo http://people.apache.org/~jsdelfino/tuscany/java/test/sample-contribution-binding-ws-calculator.jar +start testNode http://people.apache.org/~jsdelfino/tuscany/java/test/sample-store.jar status diff --git a/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/scripts/test-stop.txt b/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/scripts/test-stop.txt index c942a3087b..39eb36aa77 100644 --- a/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/scripts/test-stop.txt +++ b/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/scripts/test-stop.txt @@ -14,4 +14,4 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations -stop foo +stop testNode diff --git a/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/scripts/test.txt b/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/scripts/test.txt index 92a03492c7..bf489a46a5 100644 --- a/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/scripts/test.txt +++ b/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/scripts/test.txt @@ -14,23 +14,23 @@ # KIND, either express or implied. See the License for the # specific language governing permissions and limitations -start foo ../contribution-implementation-java-calculator/target/classes -stop foo -start foo ../contribution-implementation-java-calculator/target/classes -stop foo -start foo ../contribution-implementation-java-calculator/target/classes -stop foo -start foo ../contribution-implementation-java-calculator/target/classes -stop foo -start foo ../contribution-implementation-java-calculator/target/classes -stop foo -start foo ../contribution-implementation-java-calculator/target/classes -stop foo -start foo ../contribution-implementation-java-calculator/target/classes -stop foo -start foo ../contribution-implementation-java-calculator/target/classes -stop foo -start foo ../contribution-implementation-java-calculator/target/classes -stop foo -start foo ../contribution-implementation-java-calculator/target/classes -stop foo +start testNode ../../applications/store/target/sample-store.jar +stop testNode +start testNode ../../applications/store/target/sample-store.jar +stop testNode +start testNode ../../applications/store/target/sample-store.jar +stop testNode +start testNode ../../applications/store/target/sample-store.jar +stop testNode +start testNode ../../applications/store/target/sample-store.jar +stop testNode +start testNode ../../applications/store/target/sample-store.jar +stop testNode +start testNode ../../applications/store/target/sample-store.jar +stop testNode +start testNode ../../applications/store/target/sample-store.jar +stop testNode +start testNode ../../applications/store/target/sample-store.jar +stop testNode +start testNode ../../applications/store/target/sample-store.jar +stop testNode 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> |