Switching onos-gui command to use the new GUI.

Change-Id: If3ddaf56c175b58604beee41033d5364d4d3ae1a
diff --git a/tools/test/bin/onos-gui b/tools/test/bin/onos-gui
index a0c843d..517ed11 100755
--- a/tools/test/bin/onos-gui
+++ b/tools/test/bin/onos-gui
@@ -3,10 +3,7 @@
 # Launches ONOS GUI on the specified node.
 # -----------------------------------------------------------------------------
 
-[ ! -d "$ONOS_ROOT" ] && echo "ONOS_ROOT is not defined" >&2 && exit 1
-. $ONOS_ROOT/tools/build/envDefaults
-
 host=${1:-$OCI}
 host=${host:-localhost}
 
-open http://$host:8181/onos/tvue
+open http://$host:8181/onos/ui
diff --git a/web/gui/src/main/webapp/WEB-INF/web.xml b/web/gui/src/main/webapp/WEB-INF/web.xml
index ab7a550..32f1ddd 100644
--- a/web/gui/src/main/webapp/WEB-INF/web.xml
+++ b/web/gui/src/main/webapp/WEB-INF/web.xml
@@ -21,7 +21,7 @@
     <display-name>ONOS GUI</display-name>
 
     <welcome-file-list>
-        <welcome-file>index.html</welcome-file>
+        <welcome-file>index2.html</welcome-file>
     </welcome-file-list>
 
     <servlet>