You can run multiple instances of Ofbiz on different ports. I would
suggest you to read the Ofbiz Technical production guide available at
http://docs.ofbiz.org/display/OFBTECH/Apache+OFBiz+Technical+Production+Setup+Guide
guide.
You don't need to be familiar with Tomcat. Tomcat is embedded inside the
Ofbiz. Think of ofbiz a ERP server and not just another web application
running inside tomcat or IIS. This will improve your understanding of
Ofbiz. Apart from Tomcat there are container other than Tomcat embedded
in Ofbiz.
Refer the above guide which explain things in better way.
Thanks,
Raj
Brendan Vogt wrote:
I am talking about both.
In .NET and IIS I can create a virtual directory like MyWebApp1 and
MyWebApp2 then I can access it like this:
http://localhost/MyWebApp1/ecommerce
http://localhost/MyWebApp2/ecommerce
http://localhost/MyWebApp1/webtools
http://localhost/MyWebApp2/webtools
This is what I am referring to. The 2 are totally independent from each
other. I'm not familiar with Tomcat. But I am assuming the same can be
done with Tomcat as with IIS?
Brendan
-----Original Message-----
From: BJ Freeman [mailto:[EMAIL PROTECTED]
Sent: Saturday, December 08, 2007 8:33 PM
To: [email protected]
Subject: Re: Instances
definition are very important here
by web app are you meaning the complete ofbiz application or the
Ecommerce web app.
http://localhost:8080/ecommerce/
if it is the ecommerce side look at the clone in the ecommerce folder.
Brendan Vogt sent the following on 12/8/2007 9:35 AM:
Hi,
I want to run 2 instances of Ofbiz, 2 separate web apps, one test web app
and one live app. How do I get this because they would use the same URL
namely http://localhost:8080/webtools/
Thanks
Brendan