Cargo : Configuration
This page last changed on Feb 26, 2006 by vmassol.
ExplanationA Configuration specifies how the container is configured (logging, security, data sources, location where to put deployables, etc).
There are 2 main types of Configurations:
Configuration features
Custom configurationThe Cargo Java API allows you to plug your own custom configuration implementation. You can register your configuration against the DefaultConfigurationFactory class. It's optional and only required if you want to let users use the DefaultConfigurationFactory class to instantiate your configuration. For example you could write: ConfigurationFactory factory = new DefaultConfigurationFactory(); factory.registerConfiguration("containerIdOfAssociatedContainer", ConfigurationType.STANDALONE, MyCustomConfiguration.class); If you're using a Cargo extension then refer to the extension documentation to check if it supports custom configurations. |
![]() |
Document generated by Confluence on Mar 22, 2006 15:28 |