1 Reply Latest reply on Mar 5, 2003 4:06 AM by gustaf

    JBoss Windows Service

    casanova

      Here are scripts etc for JavaService set up for JBoss 2.4x. The only thing I don't have working is a proper shutdown (-stop) parameter, so the service just kills the process when stopped.
      If anyone can tell me what class is invoked when CTRL+C is pressed in the Windows DOS box to shutdown JBoss I'd appreciate it.

      Hope this is of some use to other frustrated users trying to set up as a service.

        • 1. Re: JBoss Windows Service
          gustaf

          Thanks for the scripts etc. I think the class name is
          the private ShutDownHook class in
          org.jboss.system.server.ServerImpl. It is the method run() that is invoked.
          Is it possible for you to include all the source in the zip it would be great.