-
Bug
-
Resolution: Done
-
Blocker
-
None
-
None
Installation guide: jboss-eap.sh script was renamed to jboss-eap-rhel.sh
This script should be renamed in chapter "4.1. Configuring JBoss EAP as a Service in Red Hat Enterprise Linux (ZIP and Installer Installations)"
These changes are necessary (in installation guide - revision 7704753):
- sudo cp EAP_HOME/bin/init.d/jboss-eap.sh /etc/init.d
- There should be: sudo cp EAP_HOME/bin/init.d/jboss-eap-rhel.sh /etc/init.d
- sudo chmod +x /etc/init.d/jboss-eap.sh
- There should be: sudo chmod +x /etc/init.d/jboss-eap-rhel.sh
- Add the new jboss-eap.sh service to list of ...
- There should be: Add the new jboss-eap-rhel.sh service to list of ...
- sudo chkconfig --add jboss-eap.sh
- There should be: sudo chkconfig --add jboss-eap-rhel.sh
- sudo service jboss-eap.sh start
- There should be: sudo service jboss-eap-rhel.sh start
- sudo service jboss-eap start
- There should be: sudo service jboss-eap-rhel start
- sudo chkconfig jboss-eap.sh on
- There should be: sudo chkconfig jboss-eap-rhel.sh on
- sudo service jboss-eap.sh stop
- There should be: sudo service jboss-eap-rhel.sh stop
- sudo service jboss-eap stop
- There should be: sudo service jboss-eap-rhel stop
- sudo chkconfig --del jboss-eap.sh
- There should be: sudo chkconfig --del jboss-eap-rhel.sh
- sudo rm /etc/init.d/jboss-eap.sh
- There should be: sudo rm /etc/init.d/jboss-eap-rhel.sh
- is related to
-
JBEAP-2078 Scripts for running EAP as service on RHEL are missing
- Closed