https://issues.apache.org/jira/browse/OFBIZ-3579 if you add something. tenant was designed to get ID from login. so for ecommerce you need to have separated webapps like eccomerclone, and put the tenantID in the web.xml. the problems I believe is how do you select which webapplication is selected for which URL. mysubdomain.domain.com www.mydoamin.com There is a patch I believe where the virtualhost is put in the web.xml as well. I took a difference approach using Website entity.
Gareth O'Brien sent the following on 10/9/2011 6:47 AM: > Ofbiz looks like exactly what I need for an upcoming project (thanks all for > that) and I will need multi-tenant behaviour to the ecommerce side if it's > not there. > > > > https://cwiki.apache.org/OFBIZ/multitenancy-support.html states that: > "Currently the Ecommerce for Tenants is not supported." > > > > Question: > > Is this still correct? > > > > Assuming yes can anyone give an indication of how big a job it would be to > make the ecommerce portion multi-tenant on exactly the same basis as the > backend application is already? i.e. individual database per tenant but a > single web application. > > > > It looks like I will need this if the project goes ahead, so I'd like to get > my head around how massive a job it might be. > > > > Thanks, > > > > Gareth. > > > >
