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
; <[EMAIL PROTECTED]> To: "'Tomcat Developers List'" <[EMAIL PROTECTED]>; "'Tom Drake'" <[EMAIL PROTECTED]> Sent: Monday, December 17, 2001 9:25 AM Subject: AW: Configuring Multiple Tomcat JVMs with Apache - Load Balancing | Tom, | |

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

Fw: Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-17 Thread Tom Drake
- Original Message - From: "Tom Drake" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Monday, December 17, 2001 7:47 AM Subject: Re: Configuring Multiple Tomcat JVMs with Apache - Load Balancing | When my work is done, Session

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
Someone needs to do something fast!!! vj -Original Message- From: Lauer, Oliver [mailto:[EMAIL PROTECTED]] Sent: Friday, December 14, 2001 12:57 AM To: 'Tomcat Developers List' Cc: Tomcat Users List (E-Mail) Subject: AW: Configuring Multiple Tomcat JVMs with Apache - Load

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

Configuring Multiple Tomcat JVMs with Apache - Load Balancing

2001-12-13 Thread Vijai Misra
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. I figured someone might be able to point me to the right direction so I can make this architecture work. Tha