diff --git distro/src/main/tomcat/ssl-web.xml distro/src/main/tomcat/ssl-web.xml index cf0d621..5dd6ffc 100644 --- distro/src/main/tomcat/ssl-web.xml +++ distro/src/main/tomcat/ssl-web.xml @@ -202,7 +202,7 @@ - index.jsp + index.html @@ -242,7 +242,7 @@ authenticationfilter - /index.jsp + /index.html diff --git webapp/src/main/webapp/WEB-INF/web.xml webapp/src/main/webapp/WEB-INF/web.xml index 89f15f3..a1b000a 100644 --- webapp/src/main/webapp/WEB-INF/web.xml +++ webapp/src/main/webapp/WEB-INF/web.xml @@ -202,7 +202,7 @@ - index.jsp + index.html @@ -242,7 +242,7 @@ authenticationfilter - /index.jsp + /index.html diff --git webapp/src/main/webapp/index.html webapp/src/main/webapp/index.html new file mode 100644 index 0000000..74d9bec --- /dev/null +++ webapp/src/main/webapp/index.html @@ -0,0 +1,72 @@ + + + + + Oozie Web Console + + + + + + + + + + + + + + + + + + + + + + + + + +
+
+ + + +
+
+
+
+ + \ No newline at end of file diff --git webapp/src/main/webapp/index.jsp webapp/src/main/webapp/index.jsp deleted file mode 100644 index feedde9..0000000 --- webapp/src/main/webapp/index.jsp +++ /dev/null @@ -1,82 +0,0 @@ - - - - - Oozie Web Console - - - - - - - - - - - - - - - - - - - - - - - - - - <%@ page - import="org.apache.oozie.sla.service.SLAService" - import="org.apache.oozie.service.InstrumentationService" - import="org.apache.oozie.service.MetricsInstrumentationService" - %> - <% - boolean isSLAServiceEnabled = SLAService.isEnabled(); - boolean isInstrumentationServiceEnabled = InstrumentationService.isEnabled(); - boolean isMetricsInstrumentationServiceEnabled = MetricsInstrumentationService.isEnabled(); - %> -
-
- - - -
-
-
-
- - \ No newline at end of file