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 opti

Re: Two IIS web servers

2007-06-21 Thread Rainer Jung
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 this:

Re: Two IIS web servers

2007-06-21 Thread Phi-Long LE
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 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

RE: Two IIS web servers

2007-06-21 Thread Ian Buzer
blems? 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

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 engi

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 request