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 Rainer Jung
Yes, this will work. The only bad thing will be, that the requests belonging to one session will be logged partially on both of the IIS instances, so if you try to debug a problem, you always need to look at both IIS servers. Stickyness works like this: - you set a unique jvmRoute in the

RE: Two IIS web servers

2007-06-21 Thread Ian Buzer
? Thanks Ian -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: 21 June 2007 15:50 To: Tomcat Users List Subject: Re: Two IIS web servers Yes, this will work. The only bad thing will be, that the requests belonging to one session will be logged partially

Re: Two IIS web servers

2007-06-21 Thread Phi-Long LE
To: Tomcat Users List Subject: Re: Two IIS web servers Yes, this will work. The only bad thing will be, that the requests belonging to one session will be logged partially on both of the IIS instances, so if you try to debug a problem, you always need to look at both IIS servers. Stickyness works like

Re: Two IIS web servers

2007-06-21 Thread Rainer Jung
List Subject: Re: Two IIS web servers Yes, this will work. The only bad thing will be, that the requests belonging to one session will be logged partially on both of the IIS instances, so if you try to debug a problem, you always need to look at both IIS servers. Stickyness works like this: - you

RE: Two IIS web servers

2007-06-21 Thread Ian Buzer
Great info Rainer - thanks very much. Ian -Original Message- From: Rainer Jung [mailto:[EMAIL PROTECTED] Sent: 21 June 2007 16:53 To: Tomcat Users List Subject: Re: Two IIS web servers Phi-Long LE wrote: Ian, reading optional directives you should probably use