From 308f628d4c06192acaa2e5b0839218fc278ac2ae Mon Sep 17 00:00:00 2001 From: markus Date: Wed, 28 May 2025 13:21:00 +0000 Subject: [PATCH] Add configuration files --- config/tomcat-users.xml | 22 +++++++++++ config/web.xml | 83 +++++++++++++++++++++++++++++++++++++++++ 2 files changed, 105 insertions(+) create mode 100644 config/tomcat-users.xml create mode 100644 config/web.xml diff --git a/config/tomcat-users.xml b/config/tomcat-users.xml new file mode 100644 index 0000000..a83d33f --- /dev/null +++ b/config/tomcat-users.xml @@ -0,0 +1,22 @@ + + + + + + diff --git a/config/web.xml b/config/web.xml new file mode 100644 index 0000000..9a64fbf --- /dev/null +++ b/config/web.xml @@ -0,0 +1,83 @@ + + + + + + + org.eclipse.rap.applicationConfiguration + org.apache.hop.ui.hopgui.HopWeb + + + + org.apache.hop.ui.hopgui.HopWebServletContextListener + + + + HopGui + org.eclipse.rap.rwt.engine.RWTServlet + + + + HopGui + /ui + + + + welcome + /docs/English/welcome/index.html + + + welcome + /docs/English/welcome/index.html + + + + Server + org.apache.hop.www.HopServerServlet + + + Server + /hop/* + + + + + Wildcard means whole app requires authentication + /* + GET + POST + + + admin + + + + + NONE + + + + + BASIC + + +