FlexDeploy is a J2EE application which must be installed on either a WebLogic or GlassFish application server.

Requirements

WebLogic Setup

Install and Domain setup

Install WebLogic 12.1.3 including JRF 12.1.3. For simplicity, Appendix A covers the process of performing this install using WebLogic scripting.

After installing WebLogic with JRF, configure a WebLogic Cluster, Managed Server and Data Source as described in the following steps.

Create and Configure FlexDeploy Managed Server

FlexDeploy install root(-Dflexagon.fd.install.root) and FlexDeploy repository root(-Dflexagon.fd.repository.root) values should be replaced by the directories created in Server Working Directory and Artifact Repository, respectively.
NOTE: be careful in copying arguments due to potential character changes.

EAR Installation

From the extracted zip directory navigate to the WebLogic sub-directory, locate the EAR file, and follow these instructions to install the EAR.

Back