Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revisionBoth sides next revision
74:mandatory_manual_upgrade_steps_for_version_74 [2019/10/30 15:53] – created alz74:mandatory_manual_upgrade_steps_for_version_74 [2019/10/30 15:54] alz
Line 12: Line 12:
  
 To update your Stages configuration to Unified Configuration V2.4, or to enhance your customized metamodel to use these new features, please contact your Stages Product Consultant or sales@methodpark.com. To update your Stages configuration to Unified Configuration V2.4, or to enhance your customized metamodel to use these new features, please contact your Stages Product Consultant or sales@methodpark.com.
 +
 +==== Adapt the server.xml ====
 +
 +The Context definition in "<font inherit/Courier New,Courier,monospace;;inherit;;inherit>conf/server.xml</font>" has to be adjusted. The following Context tag in server.xml
 +
 +<code>
 +<Context path="/stages" ...>
 +  [...]
 +</Context>
 +</code>
 +
 +has to be extended to contain the following new parameter tag:
 +
 +<code>
 +<Context path="/stages" ...>
 +  [...]
 +  <Parameter name="javamelody.quartz-default-listener-disabled" value="true" override="false"/>
 +</Context>
 +</code>
 +
 +Finally run the Stages update script:
 +
 +  * Stop the Stages service
 +  * Execute the update script:
 +      * Windows: "…<font inherit/Courier New,Courier,monospace;;inherit;;inherit>\stages\bin\update.bat</font>"
 +      * Linux: "…<font inherit/Courier New,Courier,monospace;;inherit;;inherit>/stages/bin/update.sh</font>"
 +  * Restart the Stages service