Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Info

Commit history and discussions regarding these enhancement can be tracked from JIRA task

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyOFBIZ-5898
.

Introduction

Multi-tenancy is the ability to run separate data instances (tenants) from a single code base. In this case each tenant will have its own database. A user logs into a data instance (or tenant) by specifying the tenant ID in the login form or by hitting tenant specific url . A default database is still used although.

...

3) Create new tenant by using ant createTenantant target 'create-tenant' . (You can also use create-tenant-on-Derby, create-tenant-on-MySQL, create-tenant-on-Oracle, create-tenant-on-PostgreSQL).

4) Do ant clean / ant build and restart your server.

...