Deploying an EnterpriseOne ADF Application to Oracle WebLogic Server

Use the EnterpriseOne ADF build script to deploy the EnterpriseOne ADF artifacts. Prior to running the script:

Note: The Ant script can also be used to immediately deploy the JDETaskFlowLibrary.war file to an Oracle WebLogic Server instance or cluster once the build process has completed.

After 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 executes the script's deploy target only and attempts to deploy the JDETaskFlowLibrary.war to the specified Oracle WebLogic Server and/or clusters. If the library war file does not exist, an error message is displayed, instructing you to run the build target first.

The second command launches the script's build target first, and then it launches the deploy target if the JDETaskFlowLibrary.war file was successfully created. You will be prompted to enter the Oracle WebLogic Server username and password during deployment. If successful, you will see a build successful message.