Name | Desciption | Required | Type | Default |
|
|
deploy | Installs (deploys) WAR or EAR in WAS cell. Use deploy.to.was from Ant |
xar.file | Path to EAR or WAR file that we want to deploy | False | file |
was.appname | Name of enterprise application. File name is used if not provided | False | str |
wsadmin.temp.dir | Temp directory - OS temp directory is used if not provided | False | file |
was.deployment.target | Comma-delimited list of server(s) and/or clusters to deploy to.Not required if there is only one cluster in a cell. | False | str |
webapp.context.root | | False | str |
installedApps.dir | Directory where to install binaries on the target nodes | False | str |
undeploy.before.deployment | Automatically uninstall the application before deployment. Note: this is much more reliable that update mode. Do not turn off unless you're absolutely sure | False | bool | true |
was.pre.deploy.script | | False | file |
was.classloader.mode | Classloader order for Web applications AND jar files inside the EAR | False | enum(PARENT_LAST, PARENT_FIRST) | PARENT_LAST |
was.classloader.policy | Give each WAR its own classloader or use the same one for all | False | enum(MULTIPLE, SINGLE) |
was.target.war.to.ihs | Automatically target WAR modules to all Web servers in the cell | False | bool | true |
was.deploy.ws | Set to True if you want to compile JAX-RPC services during deployment. This is not needed for JAX-WS | False | bool | false |
was.start.app | Automatically start the application after deployment. Requires at least one running target server | False | bool | true |
was.ensure.all.servers.up | Make sure that ALL servers in the target cluster are up. By default only one running sever is sufficient | False | bool | false |
was.virtual.host.name | | False | str | default_host |
was.free.memory.limit | If free memory falls under this limit (set in Kb), the server is considered 'unhealthy',and deployment or server check will fail. | False | str | 1024 |
|
|
bounce.app | Re-starts enterprise application. The application must already be deployed |
was.appname | Name of enterprise application. File name is used if not provided | True | str |
|
|
check.servers | Checks health of WAS servers, raises exception if free memory is below pre-set limit or if a server is down |
was.check.servers | Comma-delimited list of server names. All servers will be checked if not provided | False | str |
was.free.memory.limit | If free memory falls under this limit (set in Kb), the server is considered 'unhealthy',and deployment or server check will fail. | False | str | 1024 |
|
|
bounce.servers | Restart servers |
was.servers.to.bounce | Comma-delimited list of servers that have to be bounced. If set to 'ALL', all application servers in the cell will be bounced | True | str |
was.start.servers.wait.time | Time (in seconds) to wait for servers to start. The operation will fail if not all servers started within that time | False | str | 600 |
|
|
update.sca | Updates SCA resources that include import/export bindings and promoted properties |
*.*.sca.binding.*.* | Update SCA export/import binding with the provided value. The value could bea python expression or a string. The format of the property is ..sca.binding... For example, 'StockQuote.StockQuote.sca.binding.RealtimeService.endpoint=http://foo/bar' | False | str |
*.*.sca.property.*.* | Update SCA promoted property with the provided value. The format of the property is ..sca.property.. For example, 'StockQuote.StockQuote.sca.property.DelayedServicePortTypePartner_getQuote_Callout.useDynamicEndpoint=true' | False | str |
|
|
help | Prints help on wasadmin-related actions and properties. |
help.topic | Action or help topic, e.g., 'deploy' or 'bounce.app' | False | str |
help.format | Format for help, text or html. HTML is created under build/wasadmin | False | str | text |
|
|
wsadmin_launcher | Properties for running wsadmin tool and any of the wasadmin actions. This is not an action. |
wasadmin.host | Deployment manager host | True | str |
wasadmin.port | Deployment manager port. This is SOAP_CONNECTOR_ADDRESS available from Admin console (System administration/Deployment manager/ports | True | str |
wasadmin.user | | False | str |
wasadmin.password | | False | str |
wsadmin.soap.client.props.file | WAS SOAP client property file. Normally, there is not need to change it | False | file |
wsadmin.ssl.client.props.file | WAS SSL client property file. Normally, there is not need to change it | False | file |
wsadmin.truststore.file | Location of the trust keystore. Wsadmin will automatically add certificates to this store.If it does not exist, it will be created. If location is not provided, it will be created in the current directory | False | str |
wsadmin.temp.dir | | False | str |
python.home | | True | file |
ibm.jdk.home | Location of IBM JDK 5. Not required if Ant runs under IBM JDK | False | file |
wsadmin.install.dir | Location of wsadmin thin client jars | True | file |
wsadmin.trace.string | | False | str |