Re: Multiple Websites

2020-04-25 Thread Mohammed Rehan Khan
Hello James,

We have implemented the multisite feature in Ofbiz under the task OFBIZ-7120
. You can find all the
necessary details from here.

To enable the feature, we need to load CmsMultiSiteDemoData.xml
and CmsSiteDemoData.xml data only. These are sample data for multisite. you
can also change it as per your need.

Here are the URLs for accessing these directly.

1) CmsSite(Default) = https://demo-trunk.ofbiz.apache.org/cmssite/
2) WebSite-1 = https://demo-trunk.ofbiz.apache.org/cmssite/website-1
3) WebSite-2 = https://demo-trunk.ofbiz.apache.org/cmssite/website-2

--
Thanks & Regards,
Rehan Khan
Sr. Technical Consultant



On Fri, Apr 24, 2020 at 8:15 PM Suraj Khurana 
wrote:

> Hello James,
>
> Please explore WebSite entity [1] for all the configurations. You can
> associate *ProductStores* created using productStoreId field
> Here is a document [2] for your reference.
>
> [1]
> https://demo-trunk.ofbiz.apache.org/webtools/control/entity/find/WebSite
> [2]
> https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=6553736
>
> HTH.
>
> --
> Best Regards,
> Suraj Khurana
> Senior Technical Consultant
>
> On Fri, Apr 24, 2020 at 6:45 PM  wrote:
>
> > Hello - Can someone point me in the right direction to configure
> > multiple web sites in Ofbiz.  We have one instance and we have 3 stores
> > configured.  We now need to know how we can configure for these ofbiz
> > stores to have different physical websites.
> >
> > Thanks,
> >
> > James
> >
>


Re: Multiple Websites

2020-04-24 Thread Suraj Khurana
Hello James,

Please explore WebSite entity [1] for all the configurations. You can
associate *ProductStores* created using productStoreId field
Here is a document [2] for your reference.

[1] https://demo-trunk.ofbiz.apache.org/webtools/control/entity/find/WebSite
[2] https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=6553736

HTH.

--
Best Regards,
Suraj Khurana
Senior Technical Consultant

On Fri, Apr 24, 2020 at 6:45 PM  wrote:

> Hello - Can someone point me in the right direction to configure
> multiple web sites in Ofbiz.  We have one instance and we have 3 stores
> configured.  We now need to know how we can configure for these ofbiz
> stores to have different physical websites.
>
> Thanks,
>
> James
>


Re: multiple websites with one onstance of ofbiz

2010-02-19 Thread BJ Freeman
if you are the company for accounting, and/or have sub companies that
you own, then ofbiz as it is will provide multiple websites, see the in
the trunk and release 9.04 specialpurpose\ecommerce\webapp\ecomclone

if you want to run multiple hosting in the way of being a SAS then there
is a lot  of work todo.

I believe David mentioned he is doing this under contract for some clients.

I search of the mailing list should give the exact email .

nikunjsurati sent the following on 2/19/2010 9:57 PM:
 Hi to all, 
 I am new to apache ofbiz. 
 
 I want to run multiple ecommerce websites under one instance of ofbiz. 
 For that I am thinking that only ecommerce component will be hosted with my
 website and rest of all the applications of ofbiz like accounting, catalaog
 etc will be called by webservice. 
 
 Is this possible in apache ofbiz? else please give me the alternate solution
 to run multiple websites under one instance of ofbiz.