Correct. 

 

One caveat is that because I have not deployed NTLM authentication in both
Tomcat and Apache HTTPD simultaneously, I cannot tell you exactly how it
will work. I’ve only done the authentication using the Apache HTTPD module
so you may need to experiment. I typically use Apache HTTPD as a front-end
to Tomcat to proxy requests to private subnets, perform authentication,
serve static content, etc.

 

Cheers,

 

Jeff

 

From: LEBLANC, Damiens [mailto:[EMAIL PROTECTED] 
Sent: Friday, August 31, 2007 9:25 AM
To: users@httpd.apache.org
Subject: RE: [EMAIL PROTECTED] Apache Httpd Server 2.0.52, ModJK, Tomcat 4, NTLM
Filter - Issue to post "multipart/form-data" 

 

Hi Jeff,

 

Thanks for your queekly response,

 

If I have well understood your response, il means that I must install and
configure mod_ntlm module on the Apache HTTP Server and keep the “NTLM
filter” executed by Tomcat?

 

Best regards,

Damiens.

  _____  

De : Jeff Beard [mailto:[EMAIL PROTECTED] 
Envoyé : vendredi 31 août 2007 17:12
À : users@httpd.apache.org
Objet : RE: [EMAIL PROTECTED] Apache Httpd Server 2.0.52, ModJK, Tomcat 4, NTLM
Filter - Issue to post "multipart/form-data" 

 

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:[EMAIL PROTECTED] 
Sent: Friday, August 31, 2007 8:01 AM
To: users@httpd.apache.org
Subject: [EMAIL PROTECTED] Apache Httpd Server 2.0.52, ModJK, Tomcat 4, NTLM
Filter - Issue to post "multipart/form-data" 

 

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
- Apache 2.0.52
- Mod JK
- Tomcat 4

- 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. 

Reply via email to