Using EnterpriseOne ADF Application Build Script to Install/Deploy the EnterpriseOne ADF Applications Library to a Weblogic Server

This section explains how to install and deploy EnterpriseOne ADF Applications Library to a Weblogic Server.

Build Directories and Contents

Prior to executing the build script to install/deploy the EnterpriseOne ADF Applications to a Weblogic server, the build location needs to include the files as described in Table 1.

build.properties file

The Ant script can also be used to immediately deploy the JDETaskFlowLibrary.war file to a Weblogic Server instance or cluster once the build process has completed.

Before running the deploy task, you must populate the deploy properties listed in Table 1.

Running the Build Script

Once the properties are set in the build.properties file, you can execute the script at the command line in the directory that contains the build.xml script file using one of the following commands:

$ant deploy

or

$ant build-and-deploy

The first command will execute the script's deploy target only and attempt to deploy the JDETaskFlowLibrary.war to the specified Weblogic servers and/or clusters. If the library war file does not exist, an error message is displayed, instructing the user to run the build target first. The second command will first launch the script's build target and then the deploy target, if the JDETaskFlowLibrary.war file was successfully created. The user will be prompted to enter the Weblogic server username and password during deployment. If successful, you will see a build successful message.