The documentation states that the result is: JBoss Enterprise Application Platform 6 starts automatically when the Red Hat Enterprise Linux reaches its default run-level This is incorrect. After following the instructions, the EAP is installed as a service, but is not set to run at any runlevel. To enable EAP to be started at the default runlevels, the following command needs to be run: chkconfig jboss-as-standalone.sh on
Never mind - I was looking at the 6 docs, not 6.1.
Actually, on a second look, this bug is still accurate. Neither the 6.0 or 6.1 docs include the required command to enable EAP at the default runlevels.
Fixed in revision 481853. This will be moved to ON_QA when the change is ready for review.
The change is on-stage and ready for review (Revision 1.0-65): http://documentation-devel.engineering.redhat.com/docs/en-US/Red_Hat_JBoss_Enterprise_Application_Platform/6.1.1/html/Installation_Guide/Install_JBoss_Enterprise_Application_Platform_6_Red_Hat_Enterprise_Linux_Service.html
New issues: - formatting (should be the same as previous boxes) - has to be invoked via sudo as well (see previous boxes) - typo "[root@host ~]#" -> "[user@host init.d]$" - it isn't covered jboss-as-domain.sh (only jboss-as-standalone.sh is) - this fix should be made also to EAP-6.1.0 docs, because different space (branding) - runlevel 3 isn't the only one where is will be started as is mentioned in sentence "The service will now be started when your server reaches run-level 3, and will be stopped when your server is shut down or restarted."
>formatting (should be the same as previous boxes) Fixed >has to be invoked via sudo as well (see previous boxes) Fixed >typo "[root@host ~]#" -> "[user@host init.d]$" Fixed >it isn't covered jboss-as-domain.sh (only jboss-as-standalone.sh is) - this fix should be made also to EAP-6.1.0 docs, because different space (branding) I have moved the note to the top of the procedure, explaining the difference and steps for standalone vs. domain >runlevel 3 isn't the only one where is will be started as is mentioned in sentence "The service will now be started when your server reaches run-level 3, and will be stopped when your server is shut down or restarted." Automatic start and stopping of the service is implied, so I have removed that sentence altogether. The above fixes have been made to topic 3758, revision 548482. The changes will be reflected in the next document build, and the status will be changed to ON_QA when it is ready for review.
Changes are on-stage and ready for review (Revision 2.0-7): http://documentation-devel.engineering.redhat.com/docs/en-US/JBoss_Enterprise_Application_Platform/6.2/html-single/Installation_Guide/index.html#Install_JBoss_Enterprise_Application_Platform_6_Red_Hat_Enterprise_Linux_Service
Fixed.