Install a mediation
We can install an enterprise application (EAR file) containing a mediation on a server or a cluster.
- You have an EAR file we can deploy into WebSphere Application Server (base). The EAR file contains a mediation handler enterprise bean. We can use the tooling provided with IBM Rational Application Developer to assemble EAR files.
- For guidance on selecting the target application server or a cluster for the mediation, see Mediation application installation.
In this task, you use the console to install a mediation application into WebSphere Application Server (base). For additional information about installing enterprise applications, see Install enterprise application files with the console. For information about installing a secure mediation handler, see Deploy secured applications.
- Click Applications -> New Application -> New Enterprise Application.
- On the first Preparing for application install page, specify the full path name of the EAR file, and click Next.
- On the second Preparing for application install page, choose to generate default bindings.
- Expand Choose to generate default bindings and mappings.
- Select Generate default bindings. Using the default bindings causes any incomplete bindings in the application to be completed with default values. The product does not change existing bindings.
- Click Next. The Select Installation options page is displayed.
- Type the name of the EAR file in the Application name field, if it not already specified, and click Next. The Map modules to servers page is displayed.
- Select the target application server or a cluster where to install the modules contained in the application, and click Next.
- Optional: If the panel Deploy enterprise beans is displayed, clickApply, and click Next.
- Review the summary of the installation options we have chosen:
- To make changes, click Previous to return to the appropriate page.
- When you are ready, click Finish to confirm your installation options.
- Save the changes to the master configuration.
Results
Your mediation application is installed on the chosen server or cluster.
What to do next
We can configure the properties for the mediation in the console. For more information, see Configure a new mediation.
Related concepts
Mediation application installation