[
https://issues.apache.org/jira/browse/OFBIZ-5585?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13939663#comment-13939663 ]
Wai commented on OFBIZ-5585:
----------------------------
The modification splits the multitenant mode into 2 settings. One is for when ofbiz is assign only one domain name and all users need to specify their respective tenantId to access their own database. The other is when ofbiz takes on multiple domain names, each domain name can be associated with one tenant. And each tenant can be associated with multiple domain names.
eg.
http://domain1.net/... refers to tenantA
http://domain2.net/... refers to tenantA
http://domain3.net/... refers to tenantB
http://domain4.net/... refers to tenantC
Aside from these changes, the rest is code cleanup related to multitenancy.
> multitenant supports tenant selection based on server/domain name
> -----------------------------------------------------------------
>
> Key: OFBIZ-5585
> URL:
https://issues.apache.org/jira/browse/OFBIZ-5585> Project: OFBiz
> Issue Type: Improvement
> Components: ALL COMPONENTS
> Reporter: Wai
> Attachments: ofbiz-multitenant.patch
>
>
> A user can now select one or the other in multitenant mode
> 1) Select a tenant by explicitly specifying the tenantId in the login page (previously implemented)
> 2) Assign a domain name to each tenant. Hence, the user does not need to explicitly enter the tenantId. The domain name will automatically select the tenant.
--
This message was sent by Atlassian JIRA
(v6.2#6252)