• 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 start on system bootup

 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Give the steps to start jboss server on system bootup in windows
give me step by step explanation

Thanks and Regards,
K.Saravanan
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You mean you want to run JBoss AS as a service on Windows OS? Which version of JBoss AS? See this as a starting point http://community.jboss.org/wiki/RunJBossAsAServiceOnWindows
 
sarvan kumar
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
I want to run jboss 4.2.0.GA which i want to run on system startup

Thanks,
K.Saravanan
 
Jaikiran Pai
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please follow Option 1 in that wiki that I posted earlier.
 
sarvan kumar
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Without installing jboss 4.2.0 as a service in windows there is any other way to start jboss 4.2.0.GA when i start my system jboss server should be started is there is any solution

Thanks,
K.Saravanan
 
Jaikiran Pai
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

sarvan kumar wrote:Hi,
Without installing jboss 4.2.0 as a service in windows there is any other way to start jboss 4.2.0.GA when i start my system jboss server should be started is there is any solution



I don't know of any other way to do it. Why did you give up on the service installation?
 
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
Yes, there are other ways of starting apps on Windows at boot time other than via a service. But why do you want to use a mechanism whereby you need to first understand the Windows boot process, make manually changes to registry entries, and fix all of the issues yourself instead of using a simple BAT file that is already provided that can set up a service for you?

By the way, if your answer is that you don't have admin privileges on the system, then THERE IS NO MECHANISM whereby you can start the app server on boot as they all require admin privileges to set up. (You could place a shortcut into the "Startup" folder such that JBoss AS runs when you sign in, but note that this happens during login and not during system boot.)

If your hesitation is regarding running the app service with the SYSTEM account, then you can easily create a limited user account to run JBoss AS. In fact, you should do that anyway.
 
sarvan kumar
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,
Thanks i have installed jboss as a service and it is started automatically at system startup

I want to set JBOSS_HOME variable in environment path in linux permanently can any one give the steps for that

Thanks and Regards,
K.Saravanan
 
Ranch Hand
Posts: 1179
Mac OS X Eclipse IDE
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

sarvan kumar wrote:Hi,
Thanks i have installed jboss as a service and it is started automatically at system startup

I want to set JBOSS_HOME variable in environment path in linux permanently can any one give the steps for that

Thanks and Regards,
K.Saravanan



http://tinyurl.com/2dmla6c
 
Peter Johnson
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
Why do you want to set JBOSS_HOME? It is not needed - the run scripts set it automatically.
 
reply
    Bookmark Topic Watch Topic
  • New Topic