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


   <webapp name="ecommerce-1"
        title="eCommerce Number 1"
        server="default-server"
        location="webapp/ecommerce-1"
        mount-point="/"
        app-bar-display="false">
        <virtual-host host-name="www.ecommerce1.com"/>
     </webapp>    

    <webapp name="ecommerce-2"
        title="OFBiz"
        server="default-server"
        location="webapp/ecommerce-2"
        mount-point="/"
        app-bar-display="false" >
<virtual-host host-name="www.ecommerce2.com"/>
      </webapp>


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?

Reply via email to