Tomcat and IIS load balancing configuration

2005-08-29 Thread Don Hayes
I am testing a load balancing configuration with Tomcat and IIS using the isapi_redirector. My configuration works if I have a single worker defined in my workers.properties file but it fails if I try to add a second worker (ie, I change the balance_workers entry near the bottom of the file

Re: [Solved]: Load Balancing Configuration

2004-09-24 Thread Alex
]: Load Balancing Configuration I finally have IIS on two machines serving up load balanced requests to two Tomcat machines and maintiaining Sticky Sessions. Below I am including the workers2.properties file that did the trick in case anyone else is having touble doing this. The only other

[Solved]: Load Balancing Configuration

2004-09-23 Thread Fournier, Pete
I finally have IIS on two machines serving up load balanced requests to two Tomcat machines and maintiaining Sticky Sessions. Below I am including the workers2.properties file that did the trick in case anyone else is having touble doing this. The only other change I had to make was to the

Re: Load Balancing Configuration

2004-09-22 Thread Alex
] To: [EMAIL PROTECTED] Subject: Load Balancing Configuration - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: Load Balancing Configuration

2004-09-22 Thread Fournier, Pete
:] [uri:/jkstatus/*] group=status / END workers2.properties -Original Message- From: Alex [mailto:[EMAIL PROTECTED] Sent: Wednesday, September 22, 2004 11:02 AM To: Tomcat Users List Subject: Re: Load Balancing Configuration Hi Pete. If you do a search on this list, i

RE: Load Balancing Configuration

2004-09-22 Thread Alex
PROTECTED] Subject: RE: Load Balancing Configuration Found the message. Unless I am reading it wrong that is for Clustering. I am looking at configuring Load Balancing with sticky sessions. I have managed to get the adaptor to route requests to each of the Tomcat instances since I originally

Load Balancing Configuration

2004-09-21 Thread Fournier, Pete
Hi, I have an application running on my machine in Tomcat 5 via IIS using the ISAPI adaptor. I also have this application running on a different machine setup through IIS on that machine. I now want to test balancing the application on both machines via one of the IIS servers. I have followed