Minimalistisches CATALINA_BASE
.
ulrich
2019-12-07 c81724d9a871f360c102a90de1bad9cd556ec0ca
webapps/ROOT/WEB-INF/web.xml
@@ -7,11 +7,27 @@
      30
    </session-timeout>
  </session-config>
  <!-- Willkommensseiten -->
  <welcome-file-list>
    <welcome-file>index.html</welcome-file>
  </welcome-file-list>
  <!-- Fehlerseiten -->
  <error-page>
    <exception-type>java.lang.Throwable</exception-type>
    <location>/fehler.jsp</location>
  </error-page>
  <error-page>
    <error-code>403</error-code>
    <location>/nicht-erlaubt.html</location>
  </error-page>
  <error-page>
    <error-code>404</error-code>
    <location>/fehler.jsp</location>
  </error-page>
  <error-page>
    <error-code>500</error-code>
    <location>/fehler.jsp</location>
  </error-page>
</web-app>