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
>


Multiple Websites

2020-04-24 Thread james
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.



multiple websites with one onstance of ofbiz

2010-02-19 Thread nikunjsurati

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.
-- 
View this message in context: 
http://n4.nabble.com/multiple-websites-with-one-onstance-of-ofbiz-tp1562572p1562572.html
Sent from the OFBiz - User mailing list archive at Nabble.com.


RE: Tomcat Settings for Multiple Websites

2008-12-02 Thread Sam Hamilton
Hi David, 
That's the thing we use the same config in Tomcat 6 but it just does not work 
and there is no error logged either? Then if we switch over to Tomcat 5.5 it 
works?

Sam



-Original Message-
From: David E Jones [mailto:[EMAIL PROTECTED] 
Sent: 03 December 2008 01:06
To: user@ofbiz.apache.org
Subject: Re: Tomcat Settings for Multiple Websites


I think in theory that should still work for Tomcat 6... unless  
something didn't make it in the updated integration.

What sort of problem(s) are you running into?

-David


On Dec 2, 2008, at 4:10 AM, Sam Hamilton wrote:

> Hi Everyone,
>
> I am currently setting up OFBiz for multiple websites, there is lots  
> of examples out there that seem to only work for tomcat 5.5 for  
> example here is a working config
>
>
>   title="eCommerce Number 1"
>server="default-server"
>location="webapp/ecommerce-1"
>mount-point="/"
>app-bar-display="false">
>
> 
>
>title="OFBiz"
>server="default-server"
>location="webapp/ecommerce-2"
>mount-point="/"
>app-bar-display="false" >
> 
>  
>
>
> However this does not seem to work with the default tomcat which is  
> 6 in OFBiz? Does anyone have any cheats to make it work?



Re: Tomcat Settings for Multiple Websites

2008-12-02 Thread David E Jones


I think in theory that should still work for Tomcat 6... unless  
something didn't make it in the updated integration.


What sort of problem(s) are you running into?

-David


On Dec 2, 2008, at 4:10 AM, Sam Hamilton wrote:


Hi Everyone,

I am currently setting up OFBiz for multiple websites, there is lots  
of examples out there that seem to only work for tomcat 5.5 for  
example here is a working config



  
   


   

 


However this does not seem to work with the default tomcat which is  
6 in OFBiz? Does anyone have any cheats to make it work?




Tomcat Settings for Multiple Websites

2008-12-02 Thread Sam Hamilton
Hi Everyone, 

I am currently setting up OFBiz for multiple websites, there is lots of 
examples out there that seem to only work for tomcat 5.5 for example here is a 
working config


   

 



  


However this does not seem to work with the default tomcat which is 6 in OFBiz? 
Does anyone have any cheats to make it work?

Re: Tomcat serving multiple websites

2008-07-25 Thread BJ Freeman
if you looking to have separate website for different companies then
this is the way to go
if you want multiple websites for the same company but separate URLs
look at the ecommerce clone
hint if your a host that support ecommerce go the second way.
the website setups up the urls so the are independent.
you can have separate catalogs.

you can also do a google search
ofbiz tomcat multiple websites
and get plenty of hits.

Richard Fleming sent the following on 7/25/2008 3:01 PM:
> Hi all -
>
>   There used to be a wiki about using a single instance of tomcat to serve 
> multiple websites in ofbiz. I can't find it anymore. Is there a place I can 
> go to find it? I don't want to use Apache to redirect and it seems to me that 
> about a year ago I got tomcat to serve multiple websites using a 
>  tag. 
>
>   Any help is greatly appreciated.
>
>   Rick
> 
> 
> 
> 



Re: Tomcat serving multiple websites

2008-07-25 Thread Jacques Le Roux

I saw things like that in the old wiki but we have lost the capability to 
search since it's only in archive
http://web.archive.org/web/20070714013447/ofbizwiki.go-integral.com/Wiki.jsp?page=PageIndex

Jacques

From: "Richard Fleming" <[EMAIL PROTECTED]>

Hi all -

 There used to be a wiki about using a single instance of tomcat to serve multiple websites in ofbiz. I can't find it anymore. Is 
there a place I can go to find it? I don't want to use Apache to redirect and it seems to me that about a year ago I got tomcat to 
serve multiple websites using a  tag.


 Any help is greatly appreciated.

 Rick








Tomcat serving multiple websites

2008-07-25 Thread Richard Fleming
Hi all -
   
  There used to be a wiki about using a single instance of tomcat to serve 
multiple websites in ofbiz. I can't find it anymore. Is there a place I can go 
to find it? I don't want to use Apache to redirect and it seems to me that 
about a year ago I got tomcat to serve multiple websites using a  
tag. 
   
  Any help is greatly appreciated.
   
  Rick