This page has been automatically generated by Cargo's build. Do not edit it directly as it'll be overwritten next time it's generated again. |
Container Features
|| Feature name || Java || Ant || Maven1 || Maven2 || Comment ||
| [Container Instantiation] |
ContainerFactory.createContainer("tomcat6x"...) |
<cargo containerId="tomcat6x".../> |
cargo.containers = tomcat6x |
<containerId>tomcat6x</containerId> | |
| [Local Container] |
|
|
|
| |
| [Container Classpath] |
|
|
|
| |
| [Container Start] |
|
|
|
| |
| [Container Stop] |
|
|
|
| |
| [Container Timeout] |
|
|
|
| |
| [Embedded Container] |
|
|
|
| |
| [Installed Container] |
o.c.c.c.tomcat.Tomcat6xInstalledLocalContainer |
|
|
| |
| [Passing system properties]|
|
|
|
| |
| [Installer] |
|
|
|
| |
| [Remote Container] |
o.c.c.c.tomcat.Tomcat6xRemoteContainer |
|
|
| |
Configuration Features
|| Feature name || Java || Ant || Maven1 || Maven2 || Comment ||
| [Standalone Local Configuration for installed container|Standalone Local Configuration] |
o.c.c.c.tomcat.Tomcat6xStandaloneLocalConfiguration |
|
|
| |
| [Standalone Local Configuration for embedded container|Standalone Local Configuration] |
|
|
|
| |
| [Existing Local Configuration for installed container|Existing Local Configuration] |
o.c.c.c.tomcat.TomcatExistingLocalConfiguration |
|
|
| |
| [Existing Local Configuration for embedded container|Existing Local Configuration] |
|
|
|
| |
| [Runtime Configuration] |
o.c.c.c.tomcat.TomcatRuntimeConfiguration |
|
|
| |
| [Static deployment of WAR] |
|
|
|
| |
| [Static deployment of expanded WAR] |
|
|
|
| |
| [Static deployment of EAR] |
|
|
|
| |
Deployer Features
|| Feature name || Java || Ant || Maven1 || Maven2 || Comment ||
| [Installed Deployer] |
o.c.c.c.tomcat.TomcatCopyingInstalledLocalDeployer |
|
|
| |
| [Embedded Deployer] |
|
|
|
| |
| [Remote Deployer] |
o.c.c.c.tomcat.Tomcat6xRemoteDeployer |
|
|
| |
Other Features
|| Feature name || Java || Ant || Maven1 || Maven2 || Comment ||
| [Debugging] |
|
|
|
| |
Supported Configuration properties
The tables below list both the [general configuration properties|Configuration properties] as well as the container-specific ones.
Standalone Local Configuration Properties
For installed container o.c.c.c.tomcat.Tomcat6xInstalledLocalContainer
|| Property name || Java Property || Supported? || Default value || Comment ||
| [cargo.protocol|Configuration properties] | [GeneralPropertySet.PROTOCOL|Configuration properties] |
| http | |
| [cargo.jvmargs|Configuration properties] | [GeneralPropertySet.JVMARGS|Configuration properties] |
| N/A | |
| [cargo.servlet.port|Configuration properties] | [ServletPropertySet.PORT|Configuration properties] |
| 8080 | |
| [cargo.datasource.datasource|Configuration properties] | [null|Configuration properties] |
| N/A | |
| [cargo.servlet.users|Configuration properties] | [ServletPropertySet.USERS|Configuration properties] |
| admin::manager | |
| [cargo.logging|Configuration properties] | [GeneralPropertySet.LOGGING|Configuration properties] |
| medium | |
| [cargo.hostname|Configuration properties] | [GeneralPropertySet.HOSTNAME|Configuration properties] |
| localhost | |
Existing Local Configuration Properties
For installed container o.c.c.c.tomcat.Tomcat6xInstalledLocalContainer
|| Property name || Java Property || Supported? || Default value || Comment ||
| [cargo.protocol|Configuration properties] | [GeneralPropertySet.PROTOCOL|Configuration properties] |
| http | |
| [cargo.servlet.port|Configuration properties] | [ServletPropertySet.PORT|Configuration properties] |
| 8080 | |
| [cargo.hostname|Configuration properties] | [GeneralPropertySet.HOSTNAME|Configuration properties] |
| localhost | |
Runtime Configuration Properties
For remote container o.c.c.c.tomcat.Tomcat6xRemoteContainer
|| Property name || Java Property || Supported? || Default value || Comment ||
| [cargo.remote.username|Configuration properties] | [RemotePropertySet.USERNAME|Configuration properties] |
| N/A | |
| [cargo.remote.password|Configuration properties] | [RemotePropertySet.PASSWORD|Configuration properties] |
| N/A | |
| [cargo.tomcat.manager.url|Configuration properties] | [TomcatPropertySet.MANAGER_URL|Configuration properties] |
| N/A | |