}
// Stop the server if necessary. Task note as to whether the server
// is running since we will leave it in that state when we are done.
Installation installation = getInstallation();
Status status = installation.getStatus();
ServerController sc = new ServerController(installation);
if (status.isServerRunning()) {
restartServer = true;
sc = new ServerController(installation);
try {
setCurrentProgressStep(ReversionProgressStep.STOPPING_SERVER);
LOG.log(Level.INFO, "Stopping server");