Deploy an Application

The Ant target to deploy or install an application (in the form of an .ear file) is:

build installapp

and requires the following options:

Figure 1. Example of Usage
build installapp -Dserver.name=CuramServer
    -Dear.file=d:/ear/WLS/Curam.ear
    -Dapplication.name=Curam
Note: The EAR file containing the server module must be deployed before installing any other (client-only) EAR files.