Skip to content
Snippets Groups Projects
  1. Mar 28, 2017
  2. Mar 27, 2017
  3. Mar 14, 2017
  4. Mar 06, 2017
  5. Feb 28, 2017
  6. Feb 14, 2017
  7. Feb 13, 2017
  8. Feb 10, 2017
  9. Feb 07, 2017
    • Daniel Gerhardt's avatar
      Merge branch 'remove-context-config' into 'master' · 6df00c97
      Daniel Gerhardt authored
      Remove context.xml Servlet Container config
      
      See merge request !45
      6df00c97
    • Daniel Gerhardt's avatar
      Split up and rewrite documentation · d59d07aa
      Daniel Gerhardt authored
      The README file has been split up into separate files for installation
      and development. A new documentation for the upgrade process has been
      added.
      
      The following changes have been made regarding content:
      * Removed outdated Vagrant section
      * Replaced unnecessary session persistance section
      * Use simple HTTP proxy module instead of AJP for Apache httpd
      * Nginx as alternative for Apache httpd
      * Use Websocket proxy which makes HTTPS configuration on the Java side
        obsolete
      * Additional configuration steps for server software
      * Added requirements section
      * Added upgrading instructions
      d59d07aa
    • Daniel Gerhardt's avatar
      Remove context.xml Servlet Container config · 046dffe1
      Daniel Gerhardt authored
      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.
      046dffe1