1 Reply Latest reply on Jul 27, 2011 10:44 AM by peterj

    JBoss6 as a windows service on 64-bit platform

    chengwen

      When I use jbosssvc.exe to register jboss6 as a windows service, I find that the service still runs as a 32-bit mode on a 64-bit platform.

       

      How can I register it as a 64-bit windows service?

       

      Thanks very much !

        • 1. Re: JBoss6 as a windows service on 64-bit platform
          peterj

          jbosssvc.exe is a 32-bit app. Unless you get the source and rebuild as 64-bit, that can't change. However, jbosssvc.exe fires up JBoss AS in a separate process so as long as you have a 64-bit JVM installed and use that JVM for JBoss AS, then it will run as 64-bit.