2 Replies Latest reply on Aug 3, 2010 6:14 AM by ret

    install JBoss 6 M3 / M4 as service (Windows)

    ret

      Hello,

       

      i encountered some problems installing JBoss M3 and M4 as service under Windows.

      Reason for this is the service.bat:

       

      if "x%SVCNAME" == "x" (
          set "SVCNAME=JBAS60SVC"
      )
      

       

      someone forgot to add a second "%":

       

      if "x%SVCNAME%" == "x" (
          set "SVCNAME=JBAS60SVC"
      )
      

       

       

      should be fixed for M5 and following.

       

      Chris