Project

General

Profile

Architecture #9820

Updated by François ARMAND about 7 years ago

When we upgrade the rudder webapp, we let jetty running during the upgrade. 
 This could lead to subtle bugs. 

 A better approach would be to stop jetty pre-upgrade and start it post-upgrade. 

 In all case, Jetty MUST be AT LEAST restarted when the war change, else it WILL lead to problems.

Back