0 Replies Latest reply on Jul 19, 2007 10:27 AM by santoshkumar

    JBoss Native 2.0.0 - Creating jboss as a window service othe

      Hi,
      I am using jboss4.0.5GA on windows to deploy my application inside our own server configuration i.e., other than default.
      afterwards using JBoss Native 2.0.0 (Windows 32 package) to install jboss as a window service.for this I copied the contents of bin of JBoss Native 2.0.0 to $JBOSS_HOME/bin.
      finally I am editing the file service.bat as below-
      set SVCNAME=myserverconf
      set SVCDISP=My Jboss Application
      set SVCDESC=My Jboss Application Description

      so the installation goes fine after invoking the command $JBOSS_HOME/bin/service install

      but whenever i start the service 'net start My jboss Application', it always start the default server instead of myserverconf.

      will anybody please tell me if any more modification required in server.bat/run.bat or anywhere to get myserver (myserverconf) started.
      or will anybody please provide me the documetation links for JBoss Native 2.0.0

      Thanks & Regards-
      Santosh