Bug 1281222

Summary: Installation Guide: Need to make the RHEL Service Script Executable
Product: [JBoss] JBoss Enterprise Application Platform 6 Reporter: Lucas Costi <lcosti>
Component: DocumentationAssignee: David Michael <dmichael>
Status: CLOSED CURRENTRELEASE QA Contact:
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 6.4.0CC: dmichael, eap-docs, pnag, sgilda
Target Milestone: post-GAKeywords: Documentation
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
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
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

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.