Este conteúdo não está disponível no idioma selecionado.
Chapter 15. Advanced Installation Options
15.1. JBOSS_HOME Environmental Variable Copiar o linkLink copiado para a área de transferência!
.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 Copiar o linkLink copiado para a área de transferência!
Procedure 15.1. Task
Add the Variable on a Red Hat Enterprise Linux System
Open the file with thevi ~./bash_profile
command and add the following line:(exportexport JBOSS_HOME=path
export JBOSS_HOME=path
Copy to Clipboard Copied! Toggle word wrap Toggle overflow JBOSS_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 Copiar o linkLink copiado para a área de transferência!
15.4. Install Native JBoss Components Copiar o linkLink copiado para a área de transferência!
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.1
directory. Substitute your SOA_ROOT every time you see mention of that directory.
15.5. MRG-M Copiar o linkLink copiado para a área de transferência!
15.6. Install MRG-M Copiar o linkLink copiado para a área de transferência!
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/deploy
directory.Create Queues
To create queues, use theqpid-config add queue
command.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 Copiar o linkLink copiado para a área de transferência!
15.8. File Transfer Protocol and the JBoss Enterprise SOA Platform Copiar o linkLink copiado para a área de transferência!
15.9. Configure File Transfer Protocol Settings Copiar o linkLink copiado para a área de transferência!
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"/>
<property name="org.jboss.soa.esb.ftp.renameretry" value="10"/>
Copy to Clipboard Copied! Toggle word wrap Toggle overflow Save
Save the file and exit.
This changes the number of retry attempts.
Note