Re: Load balancing demo

2008-04-30 Thread Simon Laws
On Wed, Apr 30, 2008 at 3:05 PM, ant elder <[EMAIL PROTECTED]> wrote: > On Wed, Apr 30, 2008 at 2:44 PM, Simon Laws <[EMAIL PROTECTED]> > wrote: > > > On Wed, Apr 30, 2008 at 2:00 PM, ant elder <[EMAIL PROTECTED]> wrote: > > > > > On Wed, Apr 30, 2008 at 1:56 PM, Simon Laws <[EMAIL PROTECTED] > >

Re: Load balancing demo

2008-04-30 Thread ant elder
On Wed, Apr 30, 2008 at 2:44 PM, Simon Laws <[EMAIL PROTECTED]> wrote: > On Wed, Apr 30, 2008 at 2:00 PM, ant elder <[EMAIL PROTECTED]> wrote: > > > On Wed, Apr 30, 2008 at 1:56 PM, Simon Laws <[EMAIL PROTECTED]> > > wrote: > > > > > > > > However this all fell apart as the > > > balancer webapp

Re: Load balancing demo

2008-04-30 Thread Simon Laws
On Wed, Apr 30, 2008 at 2:00 PM, ant elder <[EMAIL PROTECTED]> wrote: > On Wed, Apr 30, 2008 at 1:56 PM, Simon Laws <[EMAIL PROTECTED]> > wrote: > > > > However this all fell apart as the > > balancer webapp is based on HTTP redirects and Axis2 doesn't handle > them. > > Had this worked I had a c

Re: Load balancing demo

2008-04-30 Thread ant elder
On Wed, Apr 30, 2008 at 1:56 PM, Simon Laws <[EMAIL PROTECTED]> wrote: However this all fell apart as the > balancer webapp is based on HTTP redirects and Axis2 doesn't handle them. > Had this worked I had a completely Java demo and I could run the whole > thing > automatically. > > So any thoug

Load balancing demo

2008-04-30 Thread Simon Laws
I've just committed a load balancing demo I've had knocking around for a bit [1]. It balances HTTP based service calls across tomcat servers configured with an SCA enabled webapp. It's a work in progress and there are a couple of points I need some help with 1 - There are c