Hi James,

You can also refer https://issues.apache.org/jira/browse/OFBIZ-7120 for
Multisite support in specialpurpose/cmssite,

Thanks & Regards
--
Deepak Dixit
www.hotwaxsystems.com
www.hotwax.co

On Wed, Apr 11, 2018 at 3:13 AM, Michael Brohl <michael.br...@ecomify.de>
wrote:

> Hi James,
>
> I have to be brief but hope it helps anyway:
>
> 1. setup a WebSite entity with domain and webSiteId
>
> 2. configure you webapp like this
>
>     <webapp name="mySite"
>         title="mySite"
>         app-bar-display="false"
>         server="default-server"
>         location="webapp/mySite"
>         mount-point="/">
>         <virtual-host host-name="www.mySite.com"/>
>         <init-param name="webSiteId" value="mySite"/>
>     </webapp>
>
> 3. Configure your web server with a virtual host and ServerName
> www.mySite.com
>
> 4. Add ProxyPass with AJP protocol to virtual host configuration
>
> ProxyPass / ajp://localhost:8009/
> ProxyPassReverse / ajp://localhost:8009/
>
> 5. disable the http/https connectors of Tomcat
>
>
> Hope I did not forget anything important.
>
> Best regards,
>
> Michael Brohl
> ecomify GmbH
> www.ecomify.de
>
>
> Am 10.04.18 um 21:13 schrieb ja...@productive1.com:
>
> Hi all I have going to the documentation and it looks like there is a
>> way to have multiple websites tied back to the same ofbiz instance.  I
>> have a few questions.  Where is this configured so we can map a product
>> store, web template to a web domain.  What do we need to change at our
>> domains registrar to have the www.xxx.com point to the right IP.  I am
>> sure this is more than a domain forward.  Thanks in advance!
>>
>
>
>

Reply via email to