Hi,

Which auth method and realm config you use at your webapp?
Which auth method you use at your apache config?

The AJP protocoll transfer all auth information from apache to tomcat.
With ajp connector attribute tomcatAuthentication="true" (default) tomcat reauth the request.

regards
Peter

PS: Please update newer mod_jk version!

Am 18.06.2007 um 11:03 schrieb [EMAIL PROTECTED]:

Hi,

I have a webapp running in Tomcat which authenticates the user logged on the windows box against a active directory domain. Everything workes fine when using tomcat directly, using Apache 2.0.49 with AJP 1.2.10 I get an
"401 Authentication required" error from the webapp.
It seems Apache does receive the username/password from the browser but
does not forward it via AJP to tomcat.

I tried googling around but could not come up with a clear description if
AJP13 does support this kind of passthrough.

Can that be done with mod_jk or do I have to use some other module?

Regards

Thomas


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