Skip to content

Remove context.xml Servlet Container config

Daniel Gerhardt requested to merge remove-context-config into master

The context.xml currently is only used to setup Tomcat's Manager component. A file path for session persistence is set. This configuration is unnecessary and complicatetes the setup since Tomcat persists sessions by default without any additional configuration according to https://tomcat.apache.org/tomcat-6.0-doc/config/manager.html.

Merge request reports