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
Peer review complete.
Verified here: https://access.redhat.com/documentation/en-US/JBoss_Enterprise_Application_Platform/6.4/html-single/Installation_Guide/index.html#Install_JBoss_Enterprise_Application_Platform_6_Red_Hat_Enterprise_Linux_Service Revision 6.4.0-43 Thursday September 22 2016