Alternative Targets

The websphereEAR target will build an IBM Cúram Social Program Management application .ear file containing both the web client and application. Support is provided to build an application .ear file containing only the web application or only the server application.

These targets may be necessary where the web client and server application are required to be installed on separate servers. For example, to support secure access to the Cúram application for external users a new web client application can be developed. This web application can be deployed on its own and use an existing server application.1

To build an ear file containing only the web client application the following command should be used:

build websphereEAR -Dclient.only=true

To build an .ear file containing only the server application the following command should be used:

build websphereEAR -Dserver.only=true

1 For more information on External Access Security consult the Cúram Server Developers Guide.