I found my problem, it was the KeepAlive setting, it was set to 'Off' I
Changed it to 'On' and it started working over http.  I then switched to ssl
and had the same problem, after looking in the ssl.conf file I found a line
'SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown
downgrade-1.0 force-response-1.0'.  I commented it out, and it started to
work correctly.

Thank you very much!

Lucas

-----Original Message-----
From: Rainer Jung [mailto:[EMAIL PROTECTED] 
Sent: December 28, 2007 05:01
To: Tomcat Users List
Subject: Re: NTLM, mod_JK and Internet Explorer

Hi Lucas,

I think I remember, that NTLM needs HTTP Keepalive. Now this is default per
httpd, but one can disable it, so make sure KeepAlive is active in your
httpd configuration.

Regards,

Rainer

Lucas Blancher schrieb:
> Hello,
>       I have a setup that is using Apache 2.2.x, mod_jk 1.2.26, jboss 4.2 
> (tomcat 5.5) and alfresco.  This setup works file when browsing with 
> Firefox, but when someone tries to log in using Internet Explorer they 
> get a message saying "This page can not be displayed" after entering 
> their username and password.  When I use the native http handler in 
> tomcat, Internet Explorer works correctly and the pages are displayed 
> after the NTLM username and password prompt.  The difference I see 
> when checking the logs is that when IE and mod_jk are used a 401 http 
> code gets retuned.  A 401 http return code does not show in the logs 
> when Firefox is used.  Has anyone has this problem before? Any Idea's?  
> If you need more information please let me know.
> 
> Thanks,
> Lucas Blancher

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


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

Reply via email to