Deploying cartridges
A cartridge is a package of related Claim Processors that perform a certain task: a cartridge XML configuration file wires Claim Processors together and defines the input and output claims required by the Claim Processors. Cartridges hook into the Ambient Data Framework.
Procedure
- Package your cartridge into a JAR file.
- In the services\ folder of your Content Service or Session-enabled Content Service (if using), create a subfolder with a name of your choice.
- Copy the JAR file to this new folder.
- Reinstall the Content Service or Session-enabled Content Service by doing one of the following:
- If you installed the service using the installService.ps1 PowerShell cmdlet, uninstall it by running uninstallService.ps1. Then run installService.ps1 again, with the same parameter-value pairs you used originally.
- If you installed the service using the start.ps1 PowerShell cmdlet, kill the process. Then run start.ps1 again, with the same parameter-value pairs you used originally.
- If you installed the service using the start.sh shell command, uninstall it by running stop.sh. Then run start.sh again, with the same parameter-value pairs you used originally.