Two IIS web servers

2007-06-21 Thread Ian Buzer
Hi, I currently have one IIS server balancing requests to two Tomcats using JK 1.2. I am using JK to provide sticky sessions and all is working well. I would like to be able share requests across a second IIS server, however I am unable to create sticky sessions at the web server level so

RE: Two IIS web servers

2007-06-21 Thread Ian Buzer
mod_jk does not hold any state information about where which session lies. Every request carries the information with it. Regards, Rainer Ian Buzer wrote: Hi, I currently have one IIS server balancing requests to two Tomcats using JK 1.2. I am using JK to provide sticky sessions

RE: Two IIS web servers

2007-06-21 Thread Ian Buzer
the maximum load. :) Regards, Rainer Le 21/06/2007 16:00, Ian Buzer a écrit : Thanks for that Rainer. How about when a new session comes in? Does mod_jk obtain information from each Tomcat about its current load, or does it base it on the number of requests

RE: New isapi_redirect.dll has problems

2006-02-13 Thread Ian Buzer
OK, first I'll point out that I'm pretty new to Tomcat myself workers.properties.minimal: Is jk even using this config file? Normally it would use workers.properties unless it was configured otherwise. [Mon Feb 13 07:56:49 2006] [info] jk_ajp_common.c (1248): Error connecting to the

RE: Tomcat - blank page problem

2006-02-10 Thread Ian Buzer
Webpages seem to be loading then usually blank page comes(totaly blank no error messages) on high traffic. I suspect this could either be your redirector cachesize is not large enough (the number of threads that the redirector will accept from IIS) or tomcat is not able to respond to all the