• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Run Jboss as windows service

 
Ranch Hand
Posts: 63
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Ranch Hand
Posts: 344
Oracle Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic