From c19189718469498377b194eea2f9a247bb79c4f9 Mon Sep 17 00:00:00 2001 From: Nicolas Hu Date: Fri, 6 Oct 2017 10:28:45 -0400 Subject: Refactor CCSDK/Dashboard project Change-Id: I34451fbebbe7bbaaf1cd23aed5cef0f9a9ba37b7 Issues-Id: CCSDK-111 Signed-off-by: Nicolas Hu --- ccsdk-app-overlay/src/main/webapp/index.jsp | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ccsdk-app-overlay/src/main/webapp/index.jsp (limited to 'ccsdk-app-overlay/src/main/webapp/index.jsp') diff --git a/ccsdk-app-overlay/src/main/webapp/index.jsp b/ccsdk-app-overlay/src/main/webapp/index.jsp new file mode 100644 index 0000000..e02bb6b --- /dev/null +++ b/ccsdk-app-overlay/src/main/webapp/index.jsp @@ -0,0 +1,5 @@ +<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> + +<%-- Redirected because we can't set the welcome page to a virtual URL. --%> +<%-- Forward to the intended start page to reduce frustration for new users. --%> + -- cgit 1.2.3-korg