Este contenido no está disponible en el idioma seleccionado.
8.3.4. Native Components Installation
Procedure 8.1. Install Native Components from RPM
- Subscribe to the JBOSS EAP5 RHN channel - Using a web browser, navigate to http://access.redhat.com and log in with your credentials.
- View the list of all systems, and find the system on which you have installed the Enterprise Platform. Click to view its subscriptions.
- Add the JBoss Application Platform or JBoss EWP channel appropriate to your version of Red Hat Enterprise Linux.
 
- Install the jboss-eap5-native package Log into the application server's host system as the root user.Execute the command- yum install jboss-eap5-native
- Install the mod_cluster-jbossas package Log into the application server's host system as the root user.Execute the command- yum install mod_cluster-jbossas
- Optional: Install the mod_jk-ap20 package Follow this step if you need to use mod_jk instead of mod_cluster.Log into the application server's host system as the root user.Execute the command- yum install mod_jk-ap20.
Procedure 8.2. Install Native Components from ZIP archives
Install JBoss Enterprise Application Platform via ZIP, RPM, or the Graphical installer before carrying out this procedure. See Chapter 3, Installation Methods for more details.
- Download software Refer to Appendix A, The Red Hat Customer Portal for file download instructions.To install Native Components, choose the Native Components download that corresponds to your operating system and the architecture of your Java Virtual Machine.
- Unzip components Extract the- nativedirectory from the zip file into the- jboss-eap-5.xdirectory, so that the native directory is at the same directory level as the- jboss-asdirectory.Result:- The Native Components are installed. 
- Verify installation During server start up the server will report the presence of the Native libraries:- Copy to Clipboard Copied! - Toggle word wrap Toggle overflow The option- -Djava.library.path=/home/eapuser/jboss-eap-5.2/native/lib64shows that the server is detecting and loading the Native libraries.