Bug 1281222 - Installation Guide: Need to make the RHEL Service Script Executable
Summary: Installation Guide: Need to make the RHEL Service Script Executable
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: JBoss Enterprise Application Platform 6
Classification: JBoss
Component: Documentation
Version: 6.4.0
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: post-GA
: ---
Assignee: David Michael
QA Contact:
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-11-12 05:13 UTC by Lucas Costi
Modified: 2016-10-20 19:14 UTC (History)
4 users (show)

Fixed In Version:
Clone Of:
Environment:
Build Name: 23090, Installation Guide-6.4 Build Date: 08-10-2015 17:04:25 Topic ID: 3758-766623 [Latest]
Last Closed: 2016-10-20 19:14:38 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Lucas Costi 2015-11-12 05:13:10 UTC
Title: Configure JBoss EAP 6 as a Service in Red Hat Enterprise Linux (Zip, Installer)

Describe the issue:

The steps to configure EAP as a service on RHEL doesn't work if you follow the steps verbatim. The script needs to be made executable after it is copied to the init.d folder.


Suggestions for improvement:

For this step:

> Copy the start-up script to the /etc/init.d directory.
> sudo cp EAP_HOME/bin/init.d/jboss-as-standalone.sh /etc/init.d

Add another command to make the script executable:
sudo chmod +x /etc/init.d/jboss-as-standalone.sh

Comment 5 sgilda 2016-09-16 14:08:17 UTC
Peer review complete.


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