Load Balancing in OFbiz

2009-09-22 Thread Neha . Mehta
Hi, I want to load balance OFBiz requests using multiple servers(server cluster). Do i need to use multiple tomcat instances for that?? Is there any other efficient way to go for the same.. I need to set up session replication using embedded tomcat but i am not able to get any concrete steps t

Re: Load Balancing in OFbiz

2009-09-22 Thread Brett Palmer
Neha, Here is a configuration we use to do load balancing in ofbiz. Others may do something else. 1. One machine is running an Apache Web server with mod_jk setup to communicate with different instances of ofbiz. The mod_jk is setup to load balance between the different ofbiz instances. Here

Re: Load Balancing in OFbiz

2009-09-22 Thread Hans Bakker
Hi Neha, because OFBiz is using Tomcat V5 check on the internet how to load balance tomcat together with apache. there is a lot of text on that, an example: http://tomcat.apache.org/tomcat-5.5-doc/balancer-howto.html Regards, Hans On Tue, 2009-09-22 at 14:12 +0530, neha.me...@lntinfotech.com wr

Re: Load Balancing in OFbiz

2009-09-22 Thread Scott Gray
OFBiz uses Tomcat v6 Regards Scott On 22/09/2009, at 9:35 PM, Hans Bakker wrote: Hi Neha, because OFBiz is using Tomcat V5 check on the internet how to load balance tomcat together with apache. there is a lot of text on that, an example: http://tomcat.apache.org/tomcat-5.5-doc/balancer-howto

Re: Load Balancing in OFbiz

2009-09-22 Thread Neha . Mehta
Hi Brett, Thanx for your generosity. I have to load balance OFBiz on multiple servers. For this do i need to have replica of my OFBiz code running on multiple servers and run embedded OFBiz tomcat on all these servers??? Or do i need to have multiple tomcat instances on a single server?? ALso p

Re: Load Balancing in OFbiz

2009-09-22 Thread Brett Palmer
1. We run one instance of ofbiz on a separate server but this is because we are running a single application and want to scale by adding more machines. 2. It is easier to use the embedded ofbiz version rather than a standalone tomcat with ofbiz placed as a standard WAR file. From the Apache Web

Re: Load Balancing in OFbiz

2009-09-22 Thread Brett Palmer
and Yes, you need to replicate the same code on all the different machines. We have used subversion to do this as you only need to update each server to the version you want to run. Then manually modify some config files such as the jvm path that I indicated earlier and your up and running. Bre

Re: Load Balancing in OFbiz

2009-09-29 Thread Neha . Mehta
che.org cc Subject Re: Load Balancing in OFbiz Neha, Here is a configuration we use to do load balancing in ofbiz. Others may do something else. 1. One machine is running an Apache Web server with mod_jk setup to communicate with different instances of ofbiz. The mod_jk is setup to l

Re: Load Balancing in OFbiz

2009-09-29 Thread Shi Jinghai
gt; Thanks & Regards, > Neha Mehta > > > > > Brett Palmer > 09/22/2009 03:01 PM > Please respond to > user@ofbiz.apache.org > > > To > user@ofbiz.apache.org > cc > > Subject > Re: Load Balancing in OFbiz > > > > > > &g

Re: Load Balancing in OFbiz

2009-09-29 Thread Neha . Mehta
OFBiz load balnced using mod_proxy Thanks & Regards, Neha Mehta Shi Jinghai 09/29/2009 02:32 PM Please respond to user@ofbiz.apache.org To user@ofbiz.apache.org cc Subject Re: Load Balancing in OFbiz If your Apache is 2.2.x, you should use mod_proxy rather than mod_jk. 在 2009-09-

Re: Load Balancing in OFbiz

2009-09-29 Thread Carsten Schinzer
> > > > > > > > OFBiz' embedded tomcat runs ajp on port 8009. > > > > I am trying to access the OFBiz application using : > > http://172.17.88.52/ecommerce/control/main > > I am not able to get th

Re: Load Balancing in OFbiz

2009-09-29 Thread Neha . Mehta
Hi, Thanx a lot for the help.I have been able to load balance multiple OFBiz servers using Apache Httpd Server and mod_jk. But it is working with session stickiness. Can anybody help me in running load balanced servers in session replication mode. Thanks & Regards, Neha Mehta ___