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:
Make sure the build location includes the files as described in Build Directory and Files for an EnterpriseOne ADF Application Build.
Make sure the deploy properties are defined in the build.properties file as described in Properties in the build.properties File.
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.