You are viewing a plain text version of this content. The canonical link for it is here.
Posted to nuvem-commits@incubator.apache.org by js...@apache.org on 2010/09/21 00:23:30 UTC

svn commit: r999168 - /incubator/nuvem/sandbox/javaone-2010/index.html

Author: jsdelfino
Date: Tue Sep 21 00:23:30 2010
New Revision: 999168

URL: http://svn.apache.org/viewvc?rev=999168&view=rev
Log:
Added deployment links to demo page.

Modified:
    incubator/nuvem/sandbox/javaone-2010/index.html

Modified: incubator/nuvem/sandbox/javaone-2010/index.html
URL: http://svn.apache.org/viewvc/incubator/nuvem/sandbox/javaone-2010/index.html?rev=999168&r1=999167&r2=999168&view=diff
==============================================================================
--- incubator/nuvem/sandbox/javaone-2010/index.html (original)
+++ incubator/nuvem/sandbox/javaone-2010/index.html Tue Sep 21 00:23:30 2010
@@ -12,5 +12,10 @@
 <p><a href="http://www.figueiredos.com:8080/scashell/store/">Tuscany Java / Tomcat running Store Java app on Luciano's private cloud</a>
 <p><a href="http://www.figueiredos.com:8090">Tuscany C++ / HTTPD running Store Python app on Luciano's private cloud</a>
 <p><a href="http://localhost:8080/scashell/store/">Tuscany Java / Tomcat running Store Java app on localhost</a>
+
+<h1>Deployment links</h1>
+<p><a href="http://ec2-204-236-142-204.us-west-1.compute.amazonaws.com:8080/scashell/run?conf=http://people.apache.org/~jsdelfino/demo/deploy/store.conf">Deploy Store Java App on EC2</a>
+<p><a href="http://www.figueiredos.com:8080/scashell/run?conf=http://people.apache.org/~jsdelfino/demo/deploy/store.conf">Deploy Store Java App on Luciano's private cloud</a>
+<p><a href="http://localhost:8080/scashell/run?conf=http://people.apache.org/~jsdelfino/demo/deploy/store.conf">Deploy Store Java App on localhost</a>
 </body>
 </html>