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:
parent
baaddf82d2
commit
0f4d591b07
2 changed files with 2 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue