mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

jvergara
19.20.2007 18716c644277ee4062a44c511dd8bf07a551727f
The windows service must be enabled before the server is started in the setup (this is already done for the off
line graphical installer).
1 files modified
14 ■■■■ changed files
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java 14 ●●●● patch | view | raw | blame | history
opendj-sdk/opends/src/quicksetup/org/opends/quicksetup/installer/webstart/WebStartInstaller.java
@@ -141,13 +141,6 @@
      writeJavaHome();
      if (getUserData().getStartServer())
      {
        notifyListeners(getTaskSeparator());
        status = InstallProgressStep.STARTING_SERVER;
        new ServerController(this).startServer();
      }
      if (Utils.isWindows())
      {
          notifyListeners(getTaskSeparator());
@@ -155,6 +148,13 @@
          enableWindowsService();
      }
      if (getUserData().getStartServer())
      {
        notifyListeners(getTaskSeparator());
        status = InstallProgressStep.STARTING_SERVER;
        new ServerController(this).startServer();
      }
      status = InstallProgressStep.FINISHED_SUCCESSFULLY;
      notifyListeners(null);