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
<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?