Once you have generated your own client, you will want to be able
to deploy it to a runtime environment.
In order to deploy your client, you will have to create
two separate EAR files.
- ProjectNameApp.ear
- ClientNameEAR.ear
Create these EAR files as follows:
- Create an EAR file for your project as follows:
- In the business integration view right-click your module and
select Export from the list.
- In the Select window of the Export wizard,
select EAR file, and click Next.
- In the EAR export window, select the automatically
generated ProjectNameApp name, provide
a Destination where your EAR will be stored and click Finish
- If you have not already done so, generate a user interface for
your human task as described in Generating a client for your human task.
- Export the generated client files into an EAR file as follows:
- In the business integration view right-click your module and
select Export from the list.
- In the Select window of the Export wizard,
select EAR file, and click Next.
- In the EAR export window, select an ClientNameEAR name,
provide a Destination where your EAR will be stored
and click Finish
- Install these two EAR files on your server, and you will be able
to start the client.