diff options
Diffstat (limited to 'oom-app-overlay/src/main/webapp/index.jsp')
-rw-r--r-- | oom-app-overlay/src/main/webapp/index.jsp | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/oom-app-overlay/src/main/webapp/index.jsp b/oom-app-overlay/src/main/webapp/index.jsp deleted file mode 100644 index e02bb6b..0000000 --- a/oom-app-overlay/src/main/webapp/index.jsp +++ /dev/null @@ -1,5 +0,0 @@ -<%@ 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. --%> -<c:redirect url="/ecd"></c:redirect> |