Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Configuring WSO2 Enterprise Integrator to use the TCP transport

To enable the TCP transport /wiki/spaces/EI6xx/pages/49613826 for samples

  • Edit the <EI_HOME>/conf/axis2/axis2.xml file and add the transport receiver configuration as well as the sender configuration as follows:

...

Configuring WSO2 Enterprise Integrator to use the UDP transport

To enable the UDP transport /wiki/spaces/EI6xx/pages/49613828 for samples

  • Edit the <EI_HOME>/conf/axis2/axis2.xml file and add the transport configuration as follows:

...

Anchor
Configuring the ESB for Script Mediator Support
Configuring the ESB for Script Mediator Support
Configuring WSO2 Enterprise Integrator for script mediator support

The Script mediator /wiki/spaces/EI6xx/pages/49612694 is a Synapse extension. Therefore, pre-requisites for all BSF supported scripting languages may not be bundled by default with the WSO2 Enterprise Integrator distribution. Before you use some of the script mediators, you need to manually add the required JAR files to the <EI_HOME>/dropins  directory, and optionally perform other installation tasks as required by the individual scripting language. The following section describes this in detail.

...

Install the JRuby engine for mediation. This is available in the WSO2 P2 repository as a feature (WSO2 Carbon - JRuby Engine for Mediation). See the instructions on how to install features in WSO2 EI/wiki/spaces/EI6xx/pages/49611927.

Alternatively, you can download and install the JRuby engine manually: Download the jruby-complete-1.3.0.wso2v1.jar file from the WSO2 P2 repository and copy it to the <EI_HOME>/dropins directory.

...