RE: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-18 Thread GOMEZ Henri
December 17, 2001 7:38 PM >To: Tomcat Developers List; Tom Drake >Subject: Re: Configuring Multiple Tomcat JVMs with Apache - Load >Balancing > > > > >On Mon, 17 Dec 2001, Tom Drake wrote: > >> >> Keep in mind that with distributed sessions (coming soon

Re: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-17 Thread Craig R. McClanahan
On Mon, 17 Dec 2001, Tom Drake wrote: > > Keep in mind that with distributed sessions (coming soon to a tomcat > near you), affinity is no longer 'required' in order to function. This > provides the added benefit of fail-over. As I mentioned in a thread about this on TOMCAT-USER, there *are* s

Re: Configuring Multiple Tomcat JVMs with Apache - Load Balancing - Attributes

2001-12-17 Thread Tom Drake
59 064 59 | > e-Mail: [EMAIL PROTECTED] | > _________ | > | | | -Ursprüngliche Nachricht----- | Von: Tom Drake [mailto:[EMAIL PROTECTED]] | Gesendet: Montag, 17. Dezember 2001 18:26 | An: Tomcat Developers List | Betreff: Re: Configuring Multiple Tomcat JVMs with Apache

RE: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-17 Thread Craig R. McClanahan
On Mon, 17 Dec 2001, Kevin Seguin wrote: > Date: Mon, 17 Dec 2001 10:25:17 -0600 > From: Kevin Seguin <[EMAIL PROTECTED]> > Reply-To: Tomcat Developers List <[EMAIL PROTECTED]> > To: 'Tomcat Developers List' <[EMAIL PROTECTED]> > Subject: RE: Configur

RE: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-17 Thread costinm
On Mon, 17 Dec 2001, GOMEZ Henri wrote: > >couldn't the connector be solely > >responsible for > >this? the connector could add a cookie to the response, then read this > >cookie on subsequent requests, and then you wouldn't have to > >add stuff to > >servlet containers to handle this. or, i co

RE: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-17 Thread costinm
On Mon, 17 Dec 2001, Kevin Seguin wrote: > > Tomcat 4.0.x support ajp13 protocol, used in mod_jk > > but still miss a subtil feature (jvmroute) to be > > able to keep the route to the good JVM in > > session mode (SessionAfinity). > > how does the connector set/use jvmroute? i assume there is so

RE: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-17 Thread GOMEZ Henri
>how does the connector set/use jvmroute? i assume there is >some sort of >cookie magic going on, but after a brief tour of the code, >it's not obvious >to me how this jvmroute stuff works. the jvmroute is computed when sessionid is created : sessionid = f(entropy) + jvmroute >it seems to me

RE: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-17 Thread Kevin Seguin
> > >there hasn't been done anything on that topic yet ? What's > >the status of > >loadbalacing, either mod_jk or mod_webapp ? > >Is that political due to if loadbalacing is working properly > >there won't be > >any reason to take (buy) anything else than TC ? > > State of the art is that

RE: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-17 Thread GOMEZ Henri
>there hasn't been done anything on that topic yet ? What's >the status of >loadbalacing, either mod_jk or mod_webapp ? >Is that political due to if loadbalacing is working properly >there won't be >any reason to take (buy) anything else than TC ? State of the art is that today only mod_jk

RE: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-14 Thread Craig R. McClanahan
List (E-Mail)" <[EMAIL PROTECTED]> > Subject: RE: Configuring Multiple Tomcat JVMs with Apache - Load Balancing > > Someone needs to do something fast!!! > > vj > Thank you for volunteering to help! :-) Craig -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

RE: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-14 Thread Vijai Misra
Ursprüngliche Nachricht- Von: Jeff Turner [mailto:[EMAIL PROTECTED]] Gesendet: Freitag, 14. Dezember 2001 04:56 An: Tomcat Developers List Betreff: Re: Configuring Multiple Tomcat JVMs with Apache - Load Balancing On Thu, Dec 13, 2001 at 06:14:06PM -0800, Vijai Misra wrote: > Hi, > > I&

Re: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-13 Thread Jeff Turner
On Thu, Dec 13, 2001 at 06:14:06PM -0800, Vijai Misra wrote: > Hi, > > I'm trying to Configure Multiple Tomcat JVMs with Apache to distribute load > between various AppServers. Apparently, load balancing with Tomcat is not > widely published on the internet. .. which is sad, because it's so cool