Re: multiple domains at the root location

2011-06-10 Thread varun bhansaly
All these settings work fine on our non EC2 environment (with ofbiz-10.04) but NOT in EC2 production. Anyways thanks for your help. On Fri, Jun 10, 2011 at 1:17 PM, Hans Bakker wrote: > Can you please also try this on the trunk version? We got that working > here > > Regards, > Hans > > On Fr

Re: multiple domains at the root location

2011-06-10 Thread Hans Bakker
Can you please also try this on the trunk version? We got that working here Regards, Hans On Fri, 2011-06-10 at 12:47 +0530, varun bhansaly wrote: > Hi Hans, > > Thanks for your response. > I've made settings suggested by you in Store > website > http port and https > port, it did not work.

Re: multiple domains at the root location

2011-06-10 Thread varun bhansaly
Hi Hans, Thanks for your response. I've made settings suggested by you in Store > website > http port and https port, it did not work. When I access ofbiz.mycompany.com, it still takes me to www.website1.com Also let me correct myself, when I try to access ofbiz.mycompany.com, ofbiz serves the sa

Re: multiple domains at the root location

2011-06-10 Thread Hans Bakker
hi varun also make sure your domains are set in the related website entity: content -> websites -> select website -> update http and https fields for others, the related blog is at: http://www.antwebsystems.com/control/ViewBlogArticle?contentId=18704&blogContentId=AWS_BLOG Regards, Hans -- Of

Re: multiple domains at the root location

2011-06-09 Thread varun bhansaly
Hi Hans, We've a similar requirement to host 2 websites and backend applications on a single instance of ofbiz-10.04 on EC2. The websites have to be mounted on mounted on root. We are ready with the first website, www.website1.com. Website1 will be accessible at www.website1.com & backend applicat

Re: multiple domains at the root location

2011-03-15 Thread Hans Bakker
This function was already in OFbiz but it did not work anymore... fixed in revision 1081692. You can use multiple perhaps some extra info, we are using the Amazon ec2 loadbalancer as > frontend (decrypting ssl) and pass on directly to the ofbiz system. > > Raj already suggested to use apache fo

Re: multiple domains at the root location

2011-03-14 Thread Raj Saini
Other option could be to define multiple hosts in the ofbiz-container.xml. I am not sure if the current xsd support but this is how you do it in Tomcat. Tomcat supports virtual hosts and what you looking for is virtual hosts at Tomcat level. Raj On Tuesday 15 March 2011 12:05 PM, Hans Bakker

Re: multiple domains at the root location

2011-03-14 Thread Hans Bakker
perhaps some extra info, we are using the Amazon ec2 loadbalancer as frontend (decrypting ssl) and pass on directly to the ofbiz system. Raj already suggested to use apache for that, but apache is not there and we would like to do this directly in OFBiz. Regards, Hans On Tue, 2011-03-15 at 13:0

Re: multiple domains at the root location

2011-03-14 Thread Raj Saini
Hi Hans, Best way is to use Apache HTTPd server as proxy and use the mod_jk or mode_ajp_proxy module of Apache to connect to OFBiz server. Thanks, Raj On Tuesday 15 March 2011 11:33 AM, Hans Bakker wrote: May i have your opinion? We have the requirement to run several different ecommerce d

multiple domains at the root location

2011-03-14 Thread Hans Bakker
May i have your opinion? We have the requirement to run several different ecommerce domainnames as a root application. I know we had a domain name in the webapp definition in ofbiz-component.xml, but that was removed at a certain point. Any suggestions how to implement this? Perhaps using the w