Our system is a
Java system that is working on apache
tomcat. There system is working on IIS(6.0).
To make it work we are putting the Apache Tomcat Connector(ajp v. 1.3) as a proxy for forwarding all the information from the iis to the Apache Tomcat server.
We installed it like this in one domain when the apache is on an other computer then the iis. We now tried to add another connection like this and it didn't work well.
The new connection is from another domain. The new iis forwarded the static pages but when it tried to do an ajax request there opened a window with a request to enter the user and password.
We can see that the ntlm is forwarded to the apache.
Thanks,
Elisha