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 + + +