A bit more launcher tidying

git-svn-id: http://svn.us.apache.org/repos/asf/tuscany@885354 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
slaws 2009-11-30 08:49:55 +00:00
commit 0f4d591b07
2 changed files with 2 additions and 1 deletions

View file

@ -17,7 +17,7 @@
* under the License.
-->
<project name="scatours-launcher-fullapp-nodes" default="compile">
<project name="scatours-launcher-fullapp-nodes" default="run">
<property environment="env"/>
<target name="compile">

View file

@ -58,6 +58,7 @@ public class FullAppNodesLauncher {
SCANode nodeUI = SCANodeFactory.newInstance().createSCANodeFromURL("http://localhost:9990/node-config/ui");
nodeUI.start();
System.out.println("Point your browser at - http://localhost:8080/scatours/ ");
System.out.println("Nodes started - Press enter to shutdown.");
try {