Author
Run Jboss as windows service
Chandra Mohan
Ranch Hand
Joined: Oct 06, 2003
Posts: 62
Hi
I would like to start/stop the JBoss 6.1 server in service instead of running the batch file in windows 64.
Any steps should I need to follow ?
Regards
Mohan
Thanks and Regards
Chandra Mohan
Koen Aerts
Ranch Hand
Joined: Feb 07, 2012
Posts: 344
The instructions on the following page are for JBoss 4, so not sure if it still works the same or similar for version 6?
http://www.jboss.org/jbossweb/install/service.html
Also, check out the RunJBossAsAServiceOnWindows article: https://community.jboss.org/wiki/RunJBossAsAServiceOnWindows?_sscc=t
Otherwise, see if you can use any of the following Windows utilities: sc.exe, instsrv.exe, srvany.exe. These are meant to run programs as services.
Peter Johnson
author
Bartender
Joined: May 14, 2008
Posts: 5533
posted Feb 10, 2012 15:18:45
0
The first link Koen provided is the one to follow. The instructions are for JBoss Web (which is not the same as JBoss AS), but the same steps apply to JBoss AS versions 5.x and 6.x.
JBoss In Action
subject: Run Jboss as windows service