Hello all,
I have a ecommerce site http://www.olagos.eu/ecommerce<http://www.olagos.eu/ecommerce> /control/main <http://www.olagos.eu/ecommerce/control/main> with a store "Ofbiz e-commerce store". Now i know to setup a second store on for example: http://www.olagos.eu/ecomclone/control/main with another store x. They are both on ip address 10.0.0.3 internally. If i want to setup now on my computer a second store x but on a different ip address, i have the ofbiz screen on [CONTENT] [WEBSITE] where i can configure website id site name http host http port https host https port enable https standard content prefix secure content prefix domain cookie visual theme set product store id I suppose i can not easily fill in another ip address, i need also a second hardware network card ??? Or can i use the same ip address and easily fill in another port number to use a second website on the same ip address. By the way i have a front end apache server which is connected to the ofbiz with a ajp protocol. Hopefully anyone can help me? The aim is thus to have for example a second ofbiz site on www.olagos2.eu regards, Heidi |
Hello Heidi,
You can create virtual hosts in Apache web server and then connect your virtual hosts OFBiz in the similar way you are doing it for your current host. It is also possible to create virtual hosts in Tomcat but I never did that myself in OFBiz embedded Tomcat. Thanks, Raj On 24/04/10 17:50, Info Olagos wrote: > Hello all, > > I have a ecommerce site > http://www.olagos.eu/ecommerce<http://www.olagos.eu/ecommerce> > /control/main<http://www.olagos.eu/ecommerce/control/main> with a store > "Ofbiz e-commerce store". > > Now i know to setup a second store on for example: > http://www.olagos.eu/ecomclone/control/main with another store x. > > They are both on ip address 10.0.0.3 internally. > > If i want to setup now on my computer a second store x but on a different ip > address, i have the ofbiz screen on [CONTENT] [WEBSITE] where i can > configure > website id > site name > http host > http port > https host > https port > enable https > standard content prefix > secure content prefix > domain cookie > visual theme set > product store id > > I suppose i can not easily fill in another ip address, i need also a second > hardware network card ??? > Or can i use the same ip address and easily fill in another port number to > use a second website on the same ip address. > > By the way i have a front end apache server which is connected to the ofbiz > with a ajp protocol. > > Hopefully anyone can help me? > > The aim is thus to have for example a second ofbiz site on www.olagos2.eu > > regards, > Heidi > > |
yes, that is ok.
But my question is specially related to the ofbiz instance. Can i setup two different ecommerce stores -- websites with the same ofbiz instance? for example i can setup two url´s on the dns servers: www.olagos.eu www.goor.eu they point to the same ip-address on my computer. but they have two different stores. so www.olagos.eu goes further with http://www.olagos.eu/ecommerce/control/main and the other www.goor.eu goes further with http://www.goor.eu/ecommerce2/control/main is that something feasable ? Heidi 2010/4/24 Raj Saini <[hidden email]> > Hello Heidi, > > You can create virtual hosts in Apache web server and then connect your > virtual hosts OFBiz in the similar way you are doing it for your current > host. It is also possible to create virtual hosts in Tomcat but I never did > that myself in OFBiz embedded Tomcat. > > Thanks, > > Raj > > > On 24/04/10 17:50, Info Olagos wrote: > >> Hello all, >> >> I have a ecommerce site >> http://www.olagos.eu/ecommerce<http://www.olagos.eu/ecommerce> >> /control/main<http://www.olagos.eu/ecommerce/control/main> with a store >> >> "Ofbiz e-commerce store". >> >> Now i know to setup a second store on for example: >> http://www.olagos.eu/ecomclone/control/main with another store x. >> >> They are both on ip address 10.0.0.3 internally. >> >> If i want to setup now on my computer a second store x but on a different >> ip >> address, i have the ofbiz screen on [CONTENT] [WEBSITE] where i can >> configure >> website id >> site name >> http host >> http port >> https host >> https port >> enable https >> standard content prefix >> secure content prefix >> domain cookie >> visual theme set >> product store id >> >> I suppose i can not easily fill in another ip address, i need also a >> second >> hardware network card ??? >> Or can i use the same ip address and easily fill in another port number to >> use a second website on the same ip address. >> >> By the way i have a front end apache server which is connected to the >> ofbiz >> with a ajp protocol. >> >> Hopefully anyone can help me? >> >> The aim is thus to have for example a second ofbiz site on www.olagos2.eu >> >> regards, >> Heidi >> >> >> > > |
Oh yes, you can setup as many as you want.
OFbiz Apache web server http://yourdomain:8008/ecom1/control/main http://yourdomain1/ http://yourdomain:8008/ecom2/control/main http://yourdomain2/ http://yourdomain:8008/ecom3/control/main http://yourdomain3/ Your virtual hosts in Apache are mapped to AJP port on OFBiz as shown using AJP Proxy. You will need multiple IPs and IP based virtual hosts if you plan to use SSL otherwise, you can use name based virtual hosts. Thanks, raj On 24/04/10 19:04, Info Olagos wrote: > yes, that is ok. > But my question is specially related to the ofbiz instance. > > Can i setup two different ecommerce stores -- websites with the same ofbiz > instance? > > for example i can setup two url´s on the dns servers: > www.olagos.eu > www.goor.eu > > they point to the same ip-address on my computer. > > but they have two different stores. > > so www.olagos.eu goes further with > http://www.olagos.eu/ecommerce/control/main > > and the other www.goor.eu goes further with > http://www.goor.eu/ecommerce2/control/main > > is that something feasable ? > > Heidi > > 2010/4/24 Raj Saini<[hidden email]> > > >> Hello Heidi, >> >> You can create virtual hosts in Apache web server and then connect your >> virtual hosts OFBiz in the similar way you are doing it for your current >> host. It is also possible to create virtual hosts in Tomcat but I never did >> that myself in OFBiz embedded Tomcat. >> >> Thanks, >> >> Raj >> >> >> On 24/04/10 17:50, Info Olagos wrote: >> >> >>> Hello all, >>> >>> I have a ecommerce site >>> http://www.olagos.eu/ecommerce<http://www.olagos.eu/ecommerce> >>> /control/main<http://www.olagos.eu/ecommerce/control/main> with a store >>> >>> "Ofbiz e-commerce store". >>> >>> Now i know to setup a second store on for example: >>> http://www.olagos.eu/ecomclone/control/main with another store x. >>> >>> They are both on ip address 10.0.0.3 internally. >>> >>> If i want to setup now on my computer a second store x but on a different >>> ip >>> address, i have the ofbiz screen on [CONTENT] [WEBSITE] where i can >>> configure >>> website id >>> site name >>> http host >>> http port >>> https host >>> https port >>> enable https >>> standard content prefix >>> secure content prefix >>> domain cookie >>> visual theme set >>> product store id >>> >>> I suppose i can not easily fill in another ip address, i need also a >>> second >>> hardware network card ??? >>> Or can i use the same ip address and easily fill in another port number to >>> use a second website on the same ip address. >>> >>> By the way i have a front end apache server which is connected to the >>> ofbiz >>> with a ajp protocol. >>> >>> Hopefully anyone can help me? >>> >>> The aim is thus to have for example a second ofbiz site on www.olagos2.eu >>> >>> regards, >>> Heidi >>> >>> >>> >>> >> >> > |
In reply to this post by rajsaini
if there is one company then look at
specialpurpose\ecommerce\webapp\ecomclone if you have seperate companies then you want to use the https://cwiki.apache.org/confluence/display/OFBIZ/Multitenancy+support ========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> Info Olagos sent the following on 4/24/2010 6:34 AM: > yes, that is ok. > But my question is specially related to the ofbiz instance. > > Can i setup two different ecommerce stores -- websites with the same ofbiz > instance? > > for example i can setup two url´s on the dns servers: > www.olagos.eu > www.goor.eu > > they point to the same ip-address on my computer. > > but they have two different stores. > > so www.olagos.eu goes further with > http://www.olagos.eu/ecommerce/control/main > > and the other www.goor.eu goes further with > http://www.goor.eu/ecommerce2/control/main > > is that something feasable ? > > Heidi > > 2010/4/24 Raj Saini <[hidden email]> > >> Hello Heidi, >> >> You can create virtual hosts in Apache web server and then connect your >> virtual hosts OFBiz in the similar way you are doing it for your current >> host. It is also possible to create virtual hosts in Tomcat but I never did >> that myself in OFBiz embedded Tomcat. >> >> Thanks, >> >> Raj >> >> >> On 24/04/10 17:50, Info Olagos wrote: >> >>> Hello all, >>> >>> I have a ecommerce site >>> http://www.olagos.eu/ecommerce<http://www.olagos.eu/ecommerce> >>> /control/main<http://www.olagos.eu/ecommerce/control/main> with a store >>> >>> "Ofbiz e-commerce store". >>> >>> Now i know to setup a second store on for example: >>> http://www.olagos.eu/ecomclone/control/main with another store x. >>> >>> They are both on ip address 10.0.0.3 internally. >>> >>> If i want to setup now on my computer a second store x but on a different >>> ip >>> address, i have the ofbiz screen on [CONTENT] [WEBSITE] where i can >>> configure >>> website id >>> site name >>> http host >>> http port >>> https host >>> https port >>> enable https >>> standard content prefix >>> secure content prefix >>> domain cookie >>> visual theme set >>> product store id >>> >>> I suppose i can not easily fill in another ip address, i need also a >>> second >>> hardware network card ??? >>> Or can i use the same ip address and easily fill in another port number to >>> use a second website on the same ip address. >>> >>> By the way i have a front end apache server which is connected to the >>> ofbiz >>> with a ajp protocol. >>> >>> Hopefully anyone can help me? >>> >>> The aim is thus to have for example a second ofbiz site on www.olagos2.eu >>> >>> regards, >>> Heidi >>> >>> >>> >> > |
On Sat, Apr 24, 2010 at 9:34 PM, BJ Freeman <[hidden email]> wrote:
> if there is one company then look at > specialpurpose\ecommerce\webapp\ecomclone > > > Hi, What do you mean when you say look at that folder, I am an ofbiz newbie and also want to : 1 Change the db to mysql(will this be better than Derby?) 2. Add a new payment gateway specific to india like ccavenue. 3. Add a shipping provider specific to India. 4. Add a few webstore for the same company. Pl. help on which docs should i read to achieve these. thanks abhi |
In reply to this post by BJ Freeman
it will take some time for you to become familiar enough to know how to
do the integration you want. https://cwiki.apache.org/confluence/display/OFBTECH/Home https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo you can go the http://ofbiz.apache.org and click on Documents. There is no specific develop docs that take you step by step so you can add specific features, but by reading the code and looking at the demo data you can find samples to start from. #1 there is a doc about the entityengine.xml and have many db to choose from. https://cwiki.apache.org/confluence/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide #2 there are four payments system in the accounting section you can look at for templates to add yours. also look at the supporting demo data on how to link those into ofbiz. #3 there are shippers code in the product folder you can read like #2 #4 copy the eclone into a new folder and make changes for each website. ========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> abhishek jain sent the following on 4/25/2010 1:16 AM: > On Sat, Apr 24, 2010 at 9:34 PM, BJ Freeman <[hidden email]> wrote: > >> if there is one company then look at >> specialpurpose\ecommerce\webapp\ecomclone > > Hi, > What do you mean when you say look at that folder, > I am an ofbiz newbie and also want to : > 1 Change the db to mysql(will this be better than Derby?) > 2. Add a new payment gateway specific to india like ccavenue. > 3. Add a shipping provider specific to India. > 4. Add a few webstore for the same company. > > > Pl. help on which docs should i read to achieve these. > > thanks > abhi > |
Hi,
>>copy the eclone into a new folder and make changes for each website. What do you mean when you say copy ecomclone, did you meant that copy ecommerce webapp as ecomclone redirects all to ecommerce webapp. Also i need to create 3 webstores, what should i do, should i copy ecommerce and edit the mount point or what is the best way? I am looking for a kind of solution which enables me to do a good level of customization like having the links for different payment gateways on each of webstores. Also these webstores are for the same company. Please help. thanks abhishek On Sun, Apr 25, 2010 at 6:19 PM, BJ Freeman <[hidden email]> wrote: > it will take some time for you to become familiar enough to know how to > do the integration you want. > https://cwiki.apache.org/confluence/display/OFBTECH/Home > > > https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo > > you can go the http://ofbiz.apache.org and click on Documents. > There is no specific develop docs that take you step by step so you can > add specific features, but by reading the code and looking at the demo > data you can find samples to start from. > > #1 there is a doc about the entityengine.xml and have many db to choose > from. > > https://cwiki.apache.org/confluence/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide > #2<https://cwiki.apache.org/confluence/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide%0A#2>there are four payments system in the accounting section you can look > at for templates to add yours. also look at the supporting demo data on > how to link those into ofbiz. > #3 there are shippers code in the product folder you can read like > #2 > #4 copy the eclone into a new folder and make changes for each website. > > ========================= > BJ Freeman > http://bjfreeman.elance.com > Strategic Power Office with Supplier Automation < > http://www.businessesnetwork.com/automation/viewforum.php?f=93> > Specialtymarket.com <http://www.specialtymarket.com/> > > Systems Integrator-- Glad to Assist > > Chat Y! messenger: bjfr33man > < > http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro > > > > > abhishek jain sent the following on 4/25/2010 1:16 AM: > > On Sat, Apr 24, 2010 at 9:34 PM, BJ Freeman <[hidden email]> wrote: > > > >> if there is one company then look at > >> specialpurpose\ecommerce\webapp\ecomclone > > > > Hi, > > What do you mean when you say look at that folder, > > I am an ofbiz newbie and also want to : > > 1 Change the db to mysql(will this be better than Derby?) > > 2. Add a new payment gateway specific to india like ccavenue. > > 3. Add a shipping provider specific to India. > > 4. Add a few webstore for the same company. > > > > > > Pl. help on which docs should i read to achieve these. > > > > thanks > > abhi > > > > > |
In reply to this post by BJ Freeman
the basic flow is website entity, productstore entity, products,
categories, catalog. if you follow the demo data you can see the relationships. the web.xml needs change to the websiteID you created for each. the current ecomclone, in demo data uses the same webapp as the ecommerce, however you can put any thing you want in each webapp and either change the controller or add a controller to each webapp, depending on the amount of modification you do. ========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> abhishek jain sent the following on 5/13/2010 10:20 AM: > Hi, > >>> copy the eclone into a new folder and make changes for each website. > > What do you mean when you say copy ecomclone, did you meant that copy > ecommerce webapp as ecomclone redirects all to ecommerce webapp. > > Also i need to create 3 webstores, what should i do, should i copy ecommerce > and edit the mount point or what is the best way? > I am looking for a kind of solution which enables me to do a good level of > customization like having the links for different payment gateways on each > of webstores. > Also these webstores are for the same company. > > Please help. > > thanks > abhishek > > On Sun, Apr 25, 2010 at 6:19 PM, BJ Freeman <[hidden email]> wrote: > >> it will take some time for you to become familiar enough to know how to >> do the integration you want. >> https://cwiki.apache.org/confluence/display/OFBTECH/Home >> >> >> https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo >> >> you can go the http://ofbiz.apache.org and click on Documents. >> There is no specific develop docs that take you step by step so you can >> add specific features, but by reading the code and looking at the demo >> data you can find samples to start from. >> >> #1 there is a doc about the entityengine.xml and have many db to choose >> from. >> >> https://cwiki.apache.org/confluence/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide >> #2<https://cwiki.apache.org/confluence/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide%0A#2>there are four payments system in the accounting section you can look >> at for templates to add yours. also look at the supporting demo data on >> how to link those into ofbiz. >> #3 there are shippers code in the product folder you can read like >> #2 >> #4 copy the eclone into a new folder and make changes for each website. >> >> ========================= >> BJ Freeman >> http://bjfreeman.elance.com >> Strategic Power Office with Supplier Automation < >> http://www.businessesnetwork.com/automation/viewforum.php?f=93> >> Specialtymarket.com <http://www.specialtymarket.com/> >> >> Systems Integrator-- Glad to Assist >> >> Chat Y! messenger: bjfr33man >> < >> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro >> >> abhishek jain sent the following on 4/25/2010 1:16 AM: >>> On Sat, Apr 24, 2010 at 9:34 PM, BJ Freeman <[hidden email]> wrote: >>> >>>> if there is one company then look at >>>> specialpurpose\ecommerce\webapp\ecomclone >>> Hi, >>> What do you mean when you say look at that folder, >>> I am an ofbiz newbie and also want to : >>> 1 Change the db to mysql(will this be better than Derby?) >>> 2. Add a new payment gateway specific to india like ccavenue. >>> 3. Add a shipping provider specific to India. >>> 4. Add a few webstore for the same company. >>> >>> >>> Pl. help on which docs should i read to achieve these. >>> >>> thanks >>> abhi >>> >> >> > |
In reply to this post by BJ Freeman
also if you compare the other files between ecommerce and ecomclone
folders you will find other things you have to modify for each new website. ========================= BJ Freeman http://bjfreeman.elance.com Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93> Specialtymarket.com <http://www.specialtymarket.com/> Systems Integrator-- Glad to Assist Chat Y! messenger: bjfr33man <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> BJ Freeman sent the following on 5/13/2010 10:52 AM: > the basic flow is website entity, productstore entity, products, > categories, catalog. if you follow the demo data you can see the > relationships. > the web.xml needs change to the websiteID you created for each. > the current ecomclone, in demo data uses the same webapp as the > ecommerce, however you can put any thing you want in each webapp and > either change the controller or add a controller to each webapp, > depending on the amount of modification you do. > > > > > > ========================= > BJ Freeman > http://bjfreeman.elance.com > Strategic Power Office with Supplier Automation <http://www.businessesnetwork.com/automation/viewforum.php?f=93> > Specialtymarket.com <http://www.specialtymarket.com/> > > Systems Integrator-- Glad to Assist > > Chat Y! messenger: bjfr33man > <http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro> > > > abhishek jain sent the following on 5/13/2010 10:20 AM: >> Hi, >> >>>> copy the eclone into a new folder and make changes for each website. >> What do you mean when you say copy ecomclone, did you meant that copy >> ecommerce webapp as ecomclone redirects all to ecommerce webapp. >> >> Also i need to create 3 webstores, what should i do, should i copy ecommerce >> and edit the mount point or what is the best way? >> I am looking for a kind of solution which enables me to do a good level of >> customization like having the links for different payment gateways on each >> of webstores. >> Also these webstores are for the same company. >> >> Please help. >> >> thanks >> abhishek >> >> On Sun, Apr 25, 2010 at 6:19 PM, BJ Freeman <[hidden email]> wrote: >> >>> it will take some time for you to become familiar enough to know how to >>> do the integration you want. >>> https://cwiki.apache.org/confluence/display/OFBTECH/Home >>> >>> >>> https://cwiki.apache.org/confluence/display/OFBIZ/FAQ+-+Tips+-+Tricks+-+Cookbook+-+HowTo >>> >>> you can go the http://ofbiz.apache.org and click on Documents. >>> There is no specific develop docs that take you step by step so you can >>> add specific features, but by reading the code and looking at the demo >>> data you can find samples to start from. >>> >>> #1 there is a doc about the entityengine.xml and have many db to choose >>> from. >>> >>> https://cwiki.apache.org/confluence/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide >>> #2<https://cwiki.apache.org/confluence/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide%0A#2>there are four payments system in the accounting section you can look >>> at for templates to add yours. also look at the supporting demo data on >>> how to link those into ofbiz. >>> #3 there are shippers code in the product folder you can read like >>> #2 >>> #4 copy the eclone into a new folder and make changes for each website. >>> >>> ========================= >>> BJ Freeman >>> http://bjfreeman.elance.com >>> Strategic Power Office with Supplier Automation < >>> http://www.businessesnetwork.com/automation/viewforum.php?f=93> >>> Specialtymarket.com <http://www.specialtymarket.com/> >>> >>> Systems Integrator-- Glad to Assist >>> >>> Chat Y! messenger: bjfr33man >>> < >>> http://www.linkedin.com/profile?viewProfile=&key=1237480&locale=en_US&trk=tab_pro >>> >>> abhishek jain sent the following on 4/25/2010 1:16 AM: >>>> On Sat, Apr 24, 2010 at 9:34 PM, BJ Freeman <[hidden email]> wrote: >>>> >>>>> if there is one company then look at >>>>> specialpurpose\ecommerce\webapp\ecomclone >>>> Hi, >>>> What do you mean when you say look at that folder, >>>> I am an ofbiz newbie and also want to : >>>> 1 Change the db to mysql(will this be better than Derby?) >>>> 2. Add a new payment gateway specific to india like ccavenue. >>>> 3. Add a shipping provider specific to India. >>>> 4. Add a few webstore for the same company. >>>> >>>> >>>> Pl. help on which docs should i read to achieve these. >>>> >>>> thanks >>>> abhi >>>> >>> > > > |
Free forum by Nabble | Edit this page |