This repository was archived by the owner on Nov 9, 2022. It is now read-only.

Description
If you specify the content-db property and point to an existing database, Roxy will successfully use that database with the app servers. However, if the forests don't match Roxy's naming convention, it will create new ones and attach them, in addition to the forests that were already there.
Add a property called external-content-db={true,false}. Default is false. If set to true:
- bootstrapping will expect to find a database with the name indicated by the content-db property. Bootstrapping will fail if this database does not exist.
- bootstrapping will not attach, detach, or otherwise mess with the forests attached to the database.
- bootstrapping will still apply other configuration changes to the content database.
- wipe will not remove the database or its forests.