You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by BJ Freeman <bj...@free-man.net> on 2008/11/03 21:51:27 UTC

Re: Mall Functionality of Ofbiz

currently, if you have a different company you need to run different
instances of ofbiz that are using different databases (OTTB)
The same company can run differnt eccommerce sites from one instance of
ofbiz.
you can, using Apache httd server have virtual Domains (stores) on one
server.
the layout really depends on how many stores (different companies) you
are going to run.
You also need to consider load balancing.


martin_p sent the following on 11/3/2008 6:30 AM:
> Hi all,
> 
> as far i understood the ofbiz til now it should offer the mall functionality
> to 
> create for example different shops for different companys to integrate this 
> into one mall. 
> 
> P.e. 
> 
> -->Mall 
> 
>      --> Subshop 1
>      --> Subshop 2
>      --> Subshop 3
> 
> Where subshops may belong to different companys.
> 
> I am now trying to find out how it works to get different party-admins
> because of course i dont want that 
> the admin of subshop 1 can see the customers of subshop 2 or subshop 3 and
> the other way neither.
> 
> Anybody in the forum who may tell me how to handle this problem ? 
> 
> Just was thinking of security roles or something like that ??
> 
> Or is it just a posibility to solve this with different tables in the
> database ? 
> 
> Hope is discribed my problem quite clear .... ^^ if not please leave me a
> short message to explain more detailed ...
> 
> Regards
> 
> Martin
>