From e6c733c4d9d9116216c0a0105b770267918a12f9 Mon Sep 17 00:00:00 2001 From: jsdelfino Date: Sun, 29 Aug 2010 18:32:20 +0000 Subject: Sandbox to experiment with different ways to embed the runtime. git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@990620 13f79535-47bb-0310-9956-ffa450edef68 --- .../launcher-shell/src/main/webapp/index.html | 40 ++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 sandbox/sebastien/java/embed/samples/launcher-shell/src/main/webapp/index.html (limited to 'sandbox/sebastien/java/embed/samples/launcher-shell/src/main/webapp/index.html') diff --git a/sandbox/sebastien/java/embed/samples/launcher-shell/src/main/webapp/index.html b/sandbox/sebastien/java/embed/samples/launcher-shell/src/main/webapp/index.html new file mode 100644 index 0000000000..d2ae91e0e9 --- /dev/null +++ b/sandbox/sebastien/java/embed/samples/launcher-shell/src/main/webapp/index.html @@ -0,0 +1,40 @@ + + + +Sample Runtime Shell + + +

It works

+ +

This Web app runs a sample Tuscany runtime shell similar to samples/launcher-shell.
+To see how it works and what configuration commands are supported, just read the Shell program's source code.

+ +

Configuration commands can be provided through a text document served from a Web location, for example:
+http://svn.apache.org/repos/asf/tuscany/sca-java-2.x/trunk/samples/launcher-shell/scripts/test-start.txt

+ +

To run that particular configuration script just point your Web browser to:
+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
+To run the script again and refresh the runtime shell, just refresh that page in your Web browser. +

+ +

Sample configuration script samples are available in the Tuscany Subversion repository there. + + + -- cgit v1.2.3