1.

How Do I Configure Tomcat To Work With Iis And Ntlm?

Answer»

Follow the STANDARD INSTRUCTIONS for when the isapi_redirector.dll 

Configure IIS to use "integrated windows security" 

In server.xml, make SURE you disable tomcat AUTHENTICATION

<Connector port="8009" enableLookups="false" redirectPort="8443"
protocol="AJP/1.3"tomcatAuthentication="false" /&GT;

Follow the standard instructions for when the isapi_redirector.dll 

Configure IIS to use "integrated windows security" 

In server.xml, make sure you disable tomcat authentication: 

<Connector port="8009" enableLookups="false" redirectPort="8443"
protocol="AJP/1.3"tomcatAuthentication="false" />



Discussion

No Comment Found