This page last changed on Mar 16, 2006 by vmassol.

Container Features

Feature name Java Ant Maven1 Maven2 Comment
Container Instantiation ContainerFactory.createContainer("tomcat4x"...) <cargo containerId="tomcat4x".../> cargo.containers = tomcat4x <containerId>tomcat4x</containerId>  
Local Container  
  Container Classpath  
  Container Start  
  Container Stop  
  Container Timeout  
  Embedded Container  
  Installed Container o.c.c.c.tomcat.Tomcat4xInstalledLocalContainer  
   Passing system properties  
   Installer  
Remote Container o.c.c.c.tomcat.Tomcat4xRemoteContainer  

Configuration Features

Feature name Java Ant Maven1 Maven2 Comment
Standalone Local Configuration o.c.c.c.tomcat.Tomcat4xStandaloneLocalConfiguration  
Existing Local Configuration o.c.c.c.tomcat.TomcatExistingLocalConfiguration  
Runtime Configuration o.c.c.c.tomcat.TomcatRuntimeConfiguration  
Static deployment of WAR Does not support META-INF/context.xml files yet
Static deployment of expanded WAR  
Static deployment of EAR  

Deployer Features

Feature name Java Ant Maven1 Maven2 Comment
Local Deployer o.c.c.c.tomcat.TomcatCopyingLocalDeployer  
Remote Deployer o.c.c.c.tomcat.TomcatRemoteDeployer  

Deployer Features

Feature name Java Ant Maven1 Maven2 Comment
Debugging  

Supported Configuration properties

Standalone Local Configuration Properties

Property name Java Property Supported? Default value Comment
cargo.protocol GeneralPropertySet.PROTOCOL http  
cargo.jvmargs GeneralPropertySet.JVMARGS N/A  
cargo.servlet.port ServletPropertySet.PORT 8080  
cargo.servlet.users ServletPropertySet.USERS admin::manager  
cargo.logging GeneralPropertySet.LOGGING medium  
cargo.hostname GeneralPropertySet.HOSTNAME localhost  

Existing Local Configuration Properties

Property name Java Property Supported? Default value Comment
cargo.protocol GeneralPropertySet.PROTOCOL http  
cargo.servlet.port ServletPropertySet.PORT 8080  
cargo.hostname GeneralPropertySet.HOSTNAME localhost  

Runtime Configuration Properties

Property name Java Property Supported? Default value Comment
cargo.remote.username RemotePropertySet.USERNAME N/A  
cargo.remote.password RemotePropertySet.PASSWORD N/A  
cargo.tomcat.manager.url TomcatPropertySet.MANAGER_URL N/A  
Document generated by Confluence on Mar 22, 2006 15:28