diff --git a/apps/showcase/src/main/webapp/index.html b/apps/showcase/src/main/webapp/index.html new file mode 100644 index 000000000..402dd76e8 --- /dev/null +++ b/apps/showcase/src/main/webapp/index.html @@ -0,0 +1,10 @@ + + +
+ + + + +Loading ...
+ + diff --git a/apps/showcase/src/main/webapp/index.jsp b/apps/showcase/src/main/webapp/index.jsp deleted file mode 100644 index 391e0023d..000000000 --- a/apps/showcase/src/main/webapp/index.jsp +++ /dev/null @@ -1 +0,0 @@ -<% response.sendRedirect("showcase.action"); %>