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

svn commit: r999140 - /tuscany/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/src/main/webapp/index.html

Author: jsdelfino
Date: Mon Sep 20 22:09:33 2010
New Revision: 999140

URL: http://svn.apache.org/viewvc?rev=999140&view=rev
Log:
Change links to relative so that their work on other hosts than localhost.

Modified:
    tuscany/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/src/main/webapp/index.html

Modified: tuscany/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/src/main/webapp/index.html
URL: http://svn.apache.org/viewvc/tuscany/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/src/main/webapp/index.html?rev=999140&r1=999139&r2=999140&view=diff
==============================================================================
--- tuscany/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/src/main/webapp/index.html (original)
+++ tuscany/sca-java-2.x/trunk/samples/running-tuscany/launcher-shell/src/main/webapp/index.html Mon Sep 20 22:09:33 2010
@@ -30,11 +30,11 @@ To see how it works and what configurati
 <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/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/>
+<a href="/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>This script starts the Tuscany sample store application. Click <a href="http://localhost:8080/scashell/store/">here</a> to use that application after you've started it.</p>
+<p>This script starts the Tuscany sample store application. Click <a href="/scashell/store/">here</a> to use that application after you've started it.</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/running-tuscany/launcher-shell/scripts/">there</a>.