You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2008/06/10 19:54:19 UTC

DO NOT REPLY [Bug 45178] mod_jk not working with Java CIFS NTLM filter

https://issues.apache.org/bugzilla/show_bug.cgi?id=45178





--- Comment #1 from Rainer Jung <ra...@kippdata.de>  2008-06-10 10:54:19 PST ---
I think I know people, who successfully use mod_jk in combination with jCIFS
NTLM.

Can you please also post your file I:/Apps/Apache/2.2/conf/workers.properties.

If you disable authentication, can you get your content from Tomcat via Apache,
i.e. is your basic setup working and there is only an authentication problem?

Do you have the same problem, if you do not load balance and only use one
Tomcat backend (via mod_jk)?

If all questions are yes:

Increase KeepAliveTimeout. By default it is 5 seconds, so it is possible though
unlikely, that it expires during authentication negotiation.

Check your Tomcat and application log files, especially because you sometimes
get status 500. Do you know, when you get 401 and when 500?

Sniff TCP to port 80 (e.g. using Wireshark) when you are the only user and
reproduce the problem. How many different TCP connections get used if you only
try to get one URL? Only one? If more than one, post the packet dump.

Can you set JkLogLevel to trace and do one fresh test, which fails. Please then
post the (hige) log file and add information, which URL you tried to retrieve.
Please use a test user, because your password might be in the log file (I'm not
sure at the moment).


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org