Home News Products Online Demo Shop Contact CSCare Inc.

Sales & Ordering

JBoss 3.0.4 and 3.2.3 - how to run it as service with JWinSvc

JBoss is a Java application server. It is available from http://www.jboss.org.

In order to install JBoss as service with JWinSvc, please follow these steps:

  1. Copy JWinSvc.exe into the "bin" subdirectory of the JBoss root directory (presumably C:\JBoss\bin).
  2. Then download a zip file for the following JBoss versions: 3.0.4 and 3.2.3. These files contain the necessary batch files needed to install, run and eventually uninstall JBoss as NT service with JWinSvc.
  3. Unzip the file and copy the content of the "bin" folder into JBoss root directory's "bin" folder.
  4. Finally, run "installsvc.bat" to install JBoss as service.
  5. To uninstall JBoss as NT service with JWinSvc, run "uninstallsvc.bat".
Note: In order to change the service name, description or logging, please edit variables at the top of the "jbosssvc.bat" file (see the comments inside).
Trap Console JWinSvc