Questo contenuto non è disponibile nella lingua selezionata.
Chapter 4. ZIP Installation from the Red Hat Customer Portal
Procedure 4.1. Installation via ZIP file
Download software
Refer to Appendix A, The Red Hat Customer Portal for file download instructions.Choose theApplication Platform <release> Binarydownload. If you want to use WS CXF as the Web Services Stack for the Platform, download thejboss-ep-ws-cxf-<release>-installer.zip. file.- Unzip
jboss-eap-<release>.zipto extract the archive contents into the location of your choice.In a Red Hat Enterprise Linux environment, use theunziputility to extract the Zip archive.In a Microsoft Windows environment, right-click the file and select Extract All.In a Hewlett-Packard HP-UX environment, use theunziputility to extract the Zip archive.Result:This creates the
jboss-eap-<release>directory, with an installation of JBoss Enterprise Application Platform using JBoss WS Native as the Web Services Stack, and JBoss Messaging as the messaging provider. Optional: Use JBoss WS CXF as the Web Service stack
You need Apache Ant installed and configured on your machine to perform this task.- Extract
jboss-ep-ws-cxf-<release>.GA-installer.zipand move thejbossws-cxf-installerinto thejboss-asdirectory of the Enterprise Platform. - At the command line go to the directory
jboss-as/jbossws-cxf-installerand run the commandant.Result:An installer script replaces WS Native with WS CXF.
Optional: Install PicketLink Federation
- To install PicketLink Federation, copy the
$JBOSS_HOME/picketlink/picketlink-federation/picketlink-core-<VERSION>.jarfile to$JBOSS_HOME/common/liband copy$JBOSS_HOME/picketlink/picketlink-federation/picketlink-jbas5-VERSION.jarfile to$JBOSS_HOME/common/lib; - Optionally, deploy the PicketLink web applications of your choice to the server by copying their directories to
$JBOSS_HOME/jboss-as/server/PROFILE/deploy/directory. To do so, run the following command with the WEBAPP substituted with the application directory (idp.war,pdp.war, orpicketlink-sts.war):cp -r $JBOSS_HOME/picketlink/picketlink-federation-webapps/WEBAPP $JBOSS_HOME/jboss-as/server/PROFILE/deploy/
Optional: Install Native Components
Refer to Section 8.3, “Native Components” for Native Component installation instructions.Perform post-installation configuration
At this point, you have JBoss Enterprise Application Platform installed. It is now recommended to perform post-installation configuration of the platform according to instructions in the Administration and Configuration Guide. For instructions on how to configure the platform's security, refer to the Security Guide.
4.1. HornetQ Copia collegamentoCollegamento copiato negli appunti!
Procedure 4.2. Install HornetQ
- Download the HornetQ ZIP (
jboss-eap-hornetq-release-installer.zip) from the Customer Support Portal. - Extract the files from
jboss-eap-hornetq-release-installer.zipinto your JBoss Enterprise Application Platform installation (the archive contains the entirejboss-eap-5.2directory structure; therefore, merge the extracted directory with yourjboss-eap-versiondirectory). - Change to
$JBOSS_HOME/jboss-as/extras/hornetq. - Verify the
switch.shscript is configured to be executable. - From the command line, run the HornetQ switching script.
[hornetq]$ ./switch.sh