diff --git a/angular.json b/angular.json index e4d557c5b5..df614c6fa2 100644 --- a/angular.json +++ b/angular.json @@ -28,6 +28,11 @@ "glob": "**/*", "input": "./node_modules/ngx-monaco-editor/assets/monaco", "output": "./assets/monaco/" + }, + { + "glob": "index.jsp", + "input": "src/tomcat", + "output": "./" } ], "styles": [ diff --git a/src/tomcat/index.jsp b/src/tomcat/index.jsp new file mode 100644 index 0000000000..7863f9a1c8 --- /dev/null +++ b/src/tomcat/index.jsp @@ -0,0 +1,5 @@ +<% +response.setHeader("Cache-Control", "no-cache, no-store, must-revalidate"); +response.setHeader("Pragma", "no-cache"); +response.setDateHeader("Expires", 0); +%><%@ include file = "index.html" %>