Minimalistisches CATALINA_BASE
.
ulrich
2019-12-09 e924a6b19c2a6e0139a31a51a97ede9c1ed0d219
.
1 files modified
6 ■■■■ changed files
readme.md 6 ●●●● patch | view | raw | blame | history
readme.md
@@ -38,7 +38,7 @@
```
<error-page>
  <exception-type>java.lang.Throwable</exception-type>
  <location>/fehler.html</location>
  <location>/fehler.jsp</location>
</error-page>
<error-page>
  <error-code>403</error-code>
@@ -46,10 +46,10 @@
</error-page>
<error-page>
  <error-code>404</error-code>
  <location>/fehler.html</location>
  <location>/fehler.jsp</location>
</error-page>
<error-page>
  <error-code>500</error-code>
  <location>/fehler.html</location>
  <location>/fehler.jsp</location>
</error-page>
```