Red Hat Training

A Red Hat training course is available for JBoss Enterprise Application Platform Common Criteria Certification

3.5.2. Install JBoss EAP 6 from ISO (RPM Installation)

This procedure is applicable only to Red Hat Enterprise Linux.
All ISO images contain the relevant security errata and patches for the evaluated configuration. You do not need to install any other errata when you choose the ISO installation method.

Procedure 3.6. Install JBoss EAP 6 from ISO on Red Hat Enterprise Linux

Important

You must activate superuser privileges to install the ISO image.
  1. Mount ISO Image

    Mount the ISO image downloaded in Section 3.5.1, “Download JBoss EAP 6 ISO (RPM Installation)” to /mnt/jboss.
    [root ~]# mkdir /mnt/jboss
    [root ~]# mount -o loop PATH_TO_ISO_IMAGE /mnt/jboss
  2. Create Repository

    Create a file named jbosslocal.repo in /etc/yum.repos.d/.
    [root ~]# cat << EOF > /etc/yum.repos.d/jbosslocal.repo 
    [jbosslocal] 
    name=jbosslocal 
    baseurl=file:///mnt/jboss 
    enabled=1 
    gpgcheck=0 
    EOF
  3. Install JBoss EAP 6.2.2

    Run the following command:
    [root ~]# yum groupinstall jboss-eap6
Result

The installation is complete. The default EAP_HOME path for the RPM installation is /usr/share/jbossas.