Upgrade Stages 7.2 to 7.3

Mandatory manual actions

  • After upgrading to Stages 7.3 edit file “server.xml”
    • Windows: open file “\stages\conf\server.xml”
    • Linux: open file “/stages/conf/server.xml”
  • Replace section <Context path=“/stages” docBase=“stages” cookies=“true” > … </Context>with the following content:
<Context path="/stages" docBase="stages" cookies="true">
  <Valve className="org.apache.catalina.valves.rewrite.RewriteValve" />
  <Resources allowLinking="true" className="org.apache.catalina.webresources.StandardRoot">
    <JarResources className="org.apache.catalina.webresources.DirResourceSet" base="${stages.lib}" webAppMount="/WEB-INF/lib" />
  </Resources>
  <!– Do not save any session data when reloading/restarting.
  <Manager pathname="" />
</Context>
  • Save your changes
  • Stop the Stages service
  • Run the update script:
    • Windows: execute file “\stages\bin\update.bat”
    • Linux: execute file “/stages/bin/update.sh”
  • Start the Stages service