WebCuratorTool / webcurator

The root of the webcurator tool project, containing all modules needed to run a fully functional webcurator tool.
Apache License 2.0
2 stars 1 forks source link

Consolidation of WCT Configuration #13

Closed obrienben closed 4 years ago

obrienben commented 4 years ago

Version 2 of old PR #9 The configuration for webapp, store, harvest agent h3 and h1 has been heavily simplified.

You will need to check property names in any application-local profiles you are using, as they might not match naming in application.properties. @hannakoppelaar found this in the old PR with fileArchive.archiveRepository in Store.

leefrank9527 commented 4 years ago

I built all components, and ran E2E harvest with H3 and H1 successfully. Great job!

hannakoppelaar commented 4 years ago

Found a few more properties in my application-local.properties for store that I needed to rename:

arc.store.dir -> arcDigitalAssetStoreService.baseDir archiveType -> arcDigitalAssetStoreService.archive

After changing these everything works fine.