Run the Build Script to Deploy the EnterpriseOne ADF Container

After the deploy properties are set in the build.properties file, use the build script to deploy the EnterpriseOne ADF Container. In a command line at the directory that contains the build.xml script file, use one of the following commands to execute the script:

$ant deploy

or

$ant build-and-deploy

The first command will execute the script's deploy target only and attempt to deploy the JDEADFContainer.ear file to the specified Oracle WebLogic Server or clusters. If the ear file does not exist, an error message displays 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 JDEADFContainer.ear file was successfully created. The user will be prompted to enter the Oracle WebLogic Server username and password during deployment.

You should see a build successful message after executing the command. You can also log into the WebLogic Server Administration Console and view the deployed JDEADFContainer application under Deployments.