MultiTenant Extensions
Most facets of how Broadleaf Commerce multi-tenancy is performed can be modified or customized. Any customization must
be declared in your own application's application context.
However, as mentioned in the Module Installation documentation, the app contexts for the multi-tenant module are
declared last in the web.xml files for site and admin, which means any bean declarations that take place in the module
would override any customization you make in your own app context.
To get around this issue, you should create a new app context file to hold only your multi-tenant customizations and
nothing else. Then, you would declare your additional customization app context as the final app context in your web.xml,
directly after the multi-tenant app contexts.