Details
Description
A remote container is container that has been started externally (not through Cargo). We want to add support for them so that Cargo is able to deploy deployables to remote containers. This is a pre-requisite for adding JSR-88 support (see CARGo-146).
It required adding the following interfaces:
- LocalContainer
- RemoteContainer
- LocalConfiguration
- LocalStandaloneConfiguration (was StandaloneConfiguration)
- LocalExistingConfiguration (was ExistingConfiguration)
- RuntimeConfiguration
Issue Links
- is depended upon by
-
CARGO-146
Create a JSR88 Deployer
-
1. I've added a missing summary line to the issue description.
2. I've attached a patch.
/Please not however that I was not able to do a full Cargo build as the AbstractDocumetnBuilder module test fails, so I was only able to do some testing./