That is
expected behavior when you do not have an NTLM Apache HTTPD module configured to
authenticate the request in the same manner as the Tomcat instance. You can search
the Apache modules web site for an appropriate module. Cheers, Jeff From:
LEBLANC, Damiens [mailto:Damiens.LEBLANC@xxxxxxxxxxxxxx] Hi, I'm trying to implement NTLM
protocol in order to opening the protected page of my intranet site without
having to get a login/password. I have the following architecture: - Sun/Solaris 5.8 - NTLM Filter defined in the web.xml
file of my application I’m using Internet Explorer
Web navigator. I try to post form’s data from a
“Multipart-request” form. When I do this by using only the
Application Server named Tomcat, the requests terminate in a good way. When I
do this by using Apache HTTPD Server and Tomcat, the NTLM protocol stops during
its requests. Thanks in advance, Best regards, Damiens. |