Problem with tomcat behind IIS and modjk using integrated windows authentication

2008-04-03 Thread Martin Grüneberg
Hello,

I developed a webapplication with tomcat 6.0.14 behind IIS 6 (IIS5 isolation 
mode) using modJK (1.2.25) and integrated wíndows authentication.
I configured IIS and modJK following the descriptions in the connectors 
documentation.
For most of the users (~70%) it works without problems. The rest always gets 
service unavailable
from IIS. Other ASP Applications which are using integrated windows 
authentication work for the affected users. 
I looked in the log files of IIS and modJK and found nothing.
I think it must have something to do with the windows profile because when we 
delete the windows profile
of the user (c:\Documents and Settings\user) and recreate it then all works 
well for this user.
We don't no why this happens, we can't see a difference between working 
profiles and not working ones e.g. the IE settings are the same. 
The problem is we can not kill and recreate all the profiles of the affected 
users.

Thanks in advance, 
Martin
 



Virus checked by G DATA AntiVirusKit
Version: AVKA 18.165 from 02.04.2008
Virus news: www.antiviruslab.com

-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Problem with tomcat behind IIS and modjk using integrated windows authentication

2008-04-03 Thread Mark Thomas

Martin Grüneberg wrote:

I think it must have something to do with the windows profile because when we delete 
the windows profile
of the user (c:\Documents and Settings\user) and recreate it then all works 
well for this user.
We don't no why this happens, we can't see a difference between working profiles and not working ones e.g. the IE settings are the same. 
The problem is we can not kill and recreate all the profiles of the affected users.


In this scenario I would suggest using one of the following to look at the 
traffic so see what the difference is because there must be one:

- ieHttpHeaders
- TCPMon from the Apache Axis project

Mark


-
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]