Uploaded image for project: 'JBoss Enterprise Application Platform'
  1. JBoss Enterprise Application Platform
  2. JBEAP-3247

Installation guide: jboss-eap.sh script was renamed to jboss-eap-rhel.sh

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Blocker
    • 7.0.0.ER6
    • None
    • Documentation
    • None

    Description

      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

      Attachments

        Issue Links

          Activity

            People

              lcosti.redhat Lucas Costi (Inactive)
              mkopecky@redhat.com Marek Kopecky
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: