ear files to the App Server.
The deployment is done via the BPM J2EE Deployer application, which must be deployed and available for this task to work.
Refer to the Configuration Guide for details about the BPM J2EE Deployer.
Example:
<target name="deploy-ear" description="Deploy ear">
<fuego.j2ee:deploy
earFile="${ear.file}"
targetName="${server.name}"
url="http://host:port/fuego/deployer/servlet/worker"/>
</target>
| Attribute | Description | Type | Required? |
| targetname | The name of the server or cluster were the operation will be performed. | String | Yes |
| url |
The location URL of the deployer web application. The url should end
in "servlet/worker"
Example "http://host:port/fuego/deployer/servlet/worker".
|
String | Yes |
| startafterdeploying | Start the applications after being deployed. | boolean | No Defaults to False |
| verbose | Verbose output. | boolean | No Default is false |
| earspath | Specify multiple ear files located in this path. | String | Yes cannot be used together with earfile |
| fuegobasedir | Path to Oracle BPM Enterprise installation directory. | File |
No Defaults to value of fuego.basedir property of your
Ant script.
|
| loaderref | Reference to BPM classloader. Used internally. | Reference | No |
| cluster | If the target WebSphere server is clustered or not. | boolean | No Defaults False |
| failonerror | Whether to stop the ant build process if an error occurs during the execution of this task. | boolean | No Defaults to false |
| earfile | Specify the ear file to be deployed | String | Yes cannot be used together with earspath |