Step 6: Override the AssetResolver component.
Path: /atg/dynamo/service/AssetResolver
additionalAssetSources+=\
/my/Library_production,\
/my/Address_production,\
/my/Library_staging,\
/my/Address_staging
Above added components appear in the Destination Repositories list in the Admin Console deployment.
Step 7: Override the VersionManagerService component.
Path: /atg/epub/version/VersionManagerService
versionedRepositories+=\
Address=/my/Address,\
Library=/my/Library
Above component manages and controls the versioning of assets.
Step 8: Override the ProductionRepositoryMapper component.
Path: /atg/repository/ProductionRepositoryMapper
repositoryMappings+=\
/my/Address=/my/Address_production,\
/my/Library=/my/Library_production
This completes the versioning the repository through components. In next post, we will learn how to change the DDL's for Publishing Schema.
Path: /atg/dynamo/service/AssetResolver
additionalAssetSources+=\
/my/Library_production,\
/my/Address_production,\
/my/Library_staging,\
/my/Address_staging
Above added components appear in the Destination Repositories list in the Admin Console deployment.
Step 7: Override the VersionManagerService component.
Path: /atg/epub/version/VersionManagerService
versionedRepositories+=\
Address=/my/Address,\
Library=/my/Library
Above component manages and controls the versioning of assets.
Step 8: Override the ProductionRepositoryMapper component.
Path: /atg/repository/ProductionRepositoryMapper
repositoryMappings+=\
/my/Address=/my/Address_production,\
/my/Library=/my/Library_production
This completes the versioning the repository through components. In next post, we will learn how to change the DDL's for Publishing Schema.