Ce contenu n'est pas disponible dans la langue sélectionnée.
Chapter 15. Advanced Installation Options
15.1. JBOSS_HOME Environmental Variable Copier lienLien copié sur presse-papiers!
.bash_profile setting. You do not normally need to configure this setting but some scripts and third-party software require it.
Important
15.2. Configure the JBOSS_HOME Environmental Variable Copier lienLien copié sur presse-papiers!
Procedure 15.1. Task
Add the Variable on a Red Hat Enterprise Linux System
Open the file with thevi ~./bash_profilecommand and add the following line:(exportexport JBOSS_HOME=pathJBOSS_HOME=/path/to/SOA_ROOT.)- Save and exit.
Add the Variable on a Microsoft Windows System
Click onand then New. Set the variable name to JBOSS_HOME and the variable value to the SOA_ROOT directory.
15.3. Native Components Package Copier lienLien copié sur presse-papiers!
15.4. Install Native JBoss Components Copier lienLien copié sur presse-papiers!
Procedure 15.2. Task
- Refer to the JBoss Enterprise Application Platform's Installation Guide for instructions.
Note
That Guide instructs you to install the files into thejboss-eap-5.1directory. Substitute your SOA_ROOT every time you see mention of that directory.
15.5. MRG-M Copier lienLien copié sur presse-papiers!
15.6. Install MRG-M Copier lienLien copié sur presse-papiers!
Procedure 15.3. Task
Download the Package
Download the MRG JCA Adapter from the Red Hat Customer Portal. Save it in theSOA_ROOT/jboss-as/server/PROFILE/deploydirectory.Create Queues
To create queues, use theqpid-config add queuecommand.Edit the Configuration File
Open the configuration file:vi qpid-jca-ds.xml. In here, there are three JCA administration objects. You must set the destination addresses for the inbound (MRG-ESB_GW) and outbound ( MRG-ESB_RESP) queues and the routingKey for the outbound queue.Save
Save the file and exit.
Note
15.7. File Transfer Protocol Copier lienLien copié sur presse-papiers!
15.8. File Transfer Protocol and the JBoss Enterprise SOA Platform Copier lienLien copié sur presse-papiers!
15.9. Configure File Transfer Protocol Settings Copier lienLien copié sur presse-papiers!
Procedure 15.4. Task
Edit the Properties
Open the global settings file in a text editor:vi SOA_ROOT/jboss-as/server/PROFILE/deployers/esb.deployer/jbossesb-properties.xml. Search for org.jboss.soa.esb.ftp.renameretry and alter the value for this setting. It will look like this:<property name="org.jboss.soa.esb.ftp.renameretry" value="10"/>Save
Save the file and exit.
This changes the number of retry attempts.
Note