...
Top level configuration elements | Description | Mandatory? | Default value |
---|---|---|---|
| Action to execute. These can be:
| No default | |
<containerId> | Id of the container to use. Valid values can be found in the description page for each container | No default | |
| The container's type. Valid values are | Default value is | |
| Location where the container is installed. If specified in conjunction with the | No default If the user has not defined any | |
Defines the location of a container distribution zip that will be downloaded and installed | No default If the user has not defined any | ||
The timeout after which Cargo reports an error if the container is not started or stopped |
| ||
List of
You can also use the | No default | ||
| Additional classpath entries for the classpath that will be used to start the containers. | No default | |
| Classpath entries for the classpath that will be shared the applications deployed in a container. Shared application classpath deployment is only available for local containers which support shared Application Classpaths. | No default | |
| Path to a file where Cargo logs are saved | Logs to the Ant console if no log file is specified | |
| Path to a file where container logs are saved | Logs to the file specified by the | |
| If |
| |
Definition of a Configuration | Defaults to a standalone configuration if the container is of type local and a runtime one if it's of type remote | ||
Additional configuration that is used when deploying with the Cargo Daemon. | For more information, please read: Cargo Daemon. |
...
| Description | Mandatory? | Default value | ||
---|---|---|---|---|---|
| Configuration's type. Valid values are |
| |||
| For standalone configuration this is the location where Cargo will create the configuration and for existing configuration this is where it is located | No default | |||
Values to use for various Configuration properties.
You can also use the | Default configuration properties
| ||||
A list of deployables that are going to be deployed in the container when it is started or when | No default | ||||
List of Configuration files that are to be added to a local container's configuration. Each file is specified using a | No default | ||||
List of files that are to be added to a local container's configuration. Each file is specified using a | No default | ||||
<xmlReplacements> | Values to use for various XML replacements. | No default | |||
<users> | List of users to be created in container configuration. | No default | |||
<datasources> | List of datasources to be created in container configuration. | No default |
...
<datasource> elements | Description | Mandatory? | Default value |
---|---|---|---|
<jndiName> | JNDI name where to find this DataSource. | No default | |
<connectionType> | Type of this DataSource ex. ", for example: javax.sql.XADataSource ". | No default | |
<transactionSupport> | Transaction support of the datasource ex. "DataSource, for example: XA_TRANSACTION " | No default | |
<driverClass> | The class name of the Driver. Example: "driver, for example: org.hsqldb.jdbcDriver ". | No default | |
<url> | DataSource connection URL. | No default | |
<username> | DataSource username. | No default | |
<password> | DataSource password. | Empty string | |
<id> | Id Identifier used in configuration files. | No default | |
<connectionProperties> | Extra properties passed to the DataSource. | No default |
...