• 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

JBoss as a Windows service

 
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello ...
Is it possible JBoss to be installed as a Windows service and how?
Thanks in advance.
 
Ranch Hand
Posts: 314
2
Android VI Editor Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi there,
One way of getting JBoss to run as a service is to download the 'Wrapper' utility from the following URL:
http://sourceforge.net/projects/wrapper/
This application lets you install and control any Java application as a native NT/Unix service.
If you have a copy of the book:
Kunnumpurath, M. "JBoss 3.0: Deployment and Administration Handbook" (Wrox: 2002)
It also goes into some detail on how to use the 'Wrapper' utility to install JBoss as a service.
Last, check out the JBoss forums at JBoss.org. There is bound to be a thread there that discusses the issue.
Darryl
 
Deyan Sultov
Ranch Hand
Posts: 32
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks Darryl,
I also found another way. It was described in a JBoss QuickStart doc. Just download the wrapping program from http://www.alexandriasc.com/software/JavaService/download.html and follow the instructions.
 
Ranch Hand
Posts: 49
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hallo,
I created a updated installation script, better explaining what to specify. You can find them in english
Jboss as Windows Service
and auf deutsch hier:
jboss als Windows Service deutsch.html
I provided also the javaservice.exe from http://www.alexandriasc.com/software/JavaService/index.html as I frequently cannot reach their website.

Regards Sebastian
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Tried the Java Service Wrapper mentioned above and it worked great. I used it on the JBoss-Tomcat-Liferay bundle that Liferay Enterprise Portal puts out. Followed the JBoss integration tutorial on the JSW page with no problems. Great project.
 
Ranch Hand
Posts: 8945
Firefox Browser Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://www.jboss.org/wiki/Wiki.jsp?page=RunJBossAsAServiceOnWindows
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Tim Shea:
Tried the Java Service Wrapper mentioned above and it worked great. I used it on the JBoss-Tomcat-Liferay bundle that Liferay Enterprise Portal puts out. Followed the JBoss integration tutorial on the JSW page with no problems. Great project.



Hi,

Can you tell me where is the JBoss integration tutorial on the JSW page. I could not find it. Please help.

-Leena
 
Ranch Hand
Posts: 38
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
http://jboss.org/jbossweb/downloads/jboss-native/?action=a&windowstate=maximized works fantastic. Please go through README-service.txt
 
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
Manoj, please do not wake the zombies!
 
reply
    Bookmark Topic Watch Topic
  • New Topic