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