Bug 678200 - Allow JBoss to be started/stopped via OS service mechanism
Summary: Allow JBoss to be started/stopped via OS service mechanism
Keywords:
Status: NEW
Alias: None
Product: RHQ Project
Classification: Other
Component: Plugins
Version: unspecified
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: ---
Assignee: Nobody
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-02-17 05:02 UTC by James Livingston
Modified: 2022-03-31 04:28 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
Embargoed:


Attachments (Terms of Use)

Description James Livingston 2011-02-17 05:02:04 UTC
JON currently starts JBoss using run.sh or a custom script, and stops JBoss using either JMX, shutdown.sh or a custom script. It would be nice if it could also use the OS's native services mechanism.

You can easily make it do use the service mechanism by writing a custom start script which does 'service jboss start' (RHEL), 'net start "JBoss EAP 5"' (Windows) or equivalent, and a matching stop one, but out of the box support would be nice.


Note You need to log in before you can comment on or make changes to this bug.