I have noticed some funny behavior with 1.2.21 also... We have tomcat hosting jira and jira is using the ntlm plugin for sso authentication.
With 1.2.21 - 1. We are unable to use internet explorer to connect to jira(page cannot be displayed error). 2. Firefox with the ntlm options turned on in about:config works just fine to login to jira. Since internet explorer is the supported application here we have had to downgrade to 1.2.20 to get internet explorer working with jira again. Cory "Dobbins, Tim" <[EMAIL PROTECTED] ierInc.com> To <users@tomcat.apache.org> 03/14/2007 02:16 cc PM Subject JK 1.2.21 DLL does not work with Please respond to IIS 6? "Tomcat Users List" <[EMAIL PROTECTED] che.org> > Greetings, > > I'm trying to get the 1.2.21 JK connector working with IIS 6 and > TomCat 5.5. Thus far, I have not been successful. Is there anyone > out there who has successfully configured this? I have followed the > documentation to a 'T' and have been frigging around with this for > days trying to get it working. As far as I'm concerned, the 1.2.21 > version simply does not work. Can somebody please prove me otherwise? > I have RTFM and I am NOT a newbie. > > Based on debug data from the JK, the ISAPI is intercepting the request > and catching the uri worker rule. It also appears that the ajp > connector is servicing the request. But the response never makes it > back through IIS. As a result, the browser displays a generic "page > can't be displayed" error. The IIS logs capture NO data as if the IIS > process was never aware that a request was made. Incidentally, I > attempted to debug IIS with the new tracing feature available with > service pack 1, but I was not able to get the damn tracing working > either. I don't know why Microsoft makes everything so damn > difficult, but I'll save that for another post elsewhere. :) > > > I have included parts of the JK debug logs below. I can send the > complete logs, configuration files and anything else to whomever is > interested. The error printed to the logs, > "HSE_REQ_SEND_RESPONSE_HEADER_EX failed" has shown up in a few > previous posts. However, in those cases, the error event occurring > only after IIS/TomCat had been working properly for a few hours. In > my case, it does not work at all and I get that error on this first > request. > > > [Wed Mar 14 13:38:38 2007] [22868:21600] [debug] jk_isapi_plugin.c > (910): [/servlets-examples/servlet/RequestHeaderExample] is a servlet > url - should redirect to local > [Wed Mar 14 13:38:38 2007] [22868:21600] [debug] jk_worker.c (321): > Maintaining worker local > [Wed Mar 14 13:38:38 2007] [22868:21600] [debug] jk_worker.c (114): > found a worker local > [Wed Mar 14 13:38:38 2007] [22868:21600] [debug] jk_isapi_plugin.c > (1098): got a worker for name local > [Wed Mar 14 13:38:38 2007] [22868:21600] [debug] jk_ajp_common.c > (2329): acquired connection pool slot=0 > [Wed Mar 14 13:38:38 2007] [22868:21600] [debug] jk_ajp_common.c > (548): ajp marshaling done > [Wed Mar 14 13:38:38 2007] [22868:21600] [debug] jk_ajp_common.c > (1785): processing local with 2 retries > [Wed Mar 14 13:38:38 2007] [22868:21600] [debug] jk_connect.c (335): > socket TCP_NODELAY set to On > [Wed Mar 14 13:38:38 2007] [22868:21600] [debug] jk_connect.c (433): > trying to connect socket 1056 to 10.2.0.163:8009 > [Wed Mar 14 13:38:38 2007] [22868:21600] [debug] jk_connect.c (459): > socket 1056 connected to 10.2.0.163:8009 > [Wed Mar 14 13:38:38 2007] [22868:21600] [debug] jk_ajp_common.c > (850): Connected socket 1056 to (10.2.0.163:8009) > [Wed Mar 14 13:38:38 2007] [22868:21600] [debug] jk_ajp_common.c > (896): sending to ajp13 pos=4 len=527 max=8192 > ... > ... > [Wed Mar 14 13:38:38 2007] [22868:21600] [debug] jk_ajp_common.c > (1287): request body to send 0 - request body to resend 0 > [Wed Mar 14 13:38:39 2007] [22868:21600] [debug] jk_ajp_common.c > (1043): received from ajp13 pos=0 len=80 max=8192 > ... > ... > [Wed Mar 14 13:38:39 2007] [22868:21600] [debug] jk_ajp_common.c > (603): status = 200 > [Wed Mar 14 13:38:39 2007] [22868:21600] [debug] jk_ajp_common.c > (610): Number of headers is = 2 > [Wed Mar 14 13:38:39 2007] [22868:21600] [debug] jk_ajp_common.c > (666): Header[0] [Content-Type] = [text/html;charset=ISO-8859-1] > [Wed Mar 14 13:38:39 2007] [22868:21600] [debug] jk_ajp_common.c > (666): Header[1] [Content-Length] = [1258] > [Wed Mar 14 13:38:39 2007] [22868:21600] [error] jk_isapi_plugin.c > (588): HSE_REQ_SEND_RESPONSE_HEADER_EX failed > ... > ... > [Wed Mar 14 13:38:39 2007] [22868:21600] [error] jk_isapi_plugin.c > (680): WriteClient failed with 00002746 > [Wed Mar 14 13:38:39 2007] [22868:21600] [info] jk_ajp_common.c > (1447): Writing to client aborted or client network problems > [Wed Mar 14 13:38:39 2007] [22868:21600] [info] jk_ajp_common.c > (1846): (local) request failed, because of client write error without > recovery in send loop attempt=0 > [Wed Mar 14 13:38:39 2007] [22868:21600] [debug] jk_isapi_plugin.c > (1112): service() returned OK > [Wed Mar 14 13:38:39 2007] [22868:21600] [debug] jk_ajp_common.c > (2243): will be shutting down socket 1056 for worker local > [Wed Mar 14 13:38:39 2007] [22868:21600] [debug] jk_ajp_common.c > (2265): Shutting down held socket 1056 in worker local > [Wed Mar 14 13:38:39 2007] [22868:21600] [debug] jk_ajp_common.c > (2272): recycling connection pool slot=0 for worker local > ... > ... > > > Save your breath if your suggestion is to ditch IIS in favor of > Apache. Trust me, you would be preaching to the quire. > > > Timothy Dobbins > Senior Systems Administrator > [EMAIL PROTECTED] > 704-733-5545 > > Premier, Inc <http://www.premierinc.com> . > 2320 Cascade Pointe Blvd. Charlotte, NC 28208 > > > > Timothy Dobbins > Senior Systems Administrator > [EMAIL PROTECTED] > 704-733-5545 > > Premier, Inc <http://www.premierinc.com> . > 2320 Cascade Pointe Blvd. Charlotte, NC 28208 > > ----------------------------------------- ***Note:The information contained in this message may be privileged and confidential and protected from disclosure. If the reader of this message is not the intended recipient, or an employee or agent responsible for delivering this message to the intended recipient, you are hereby notified that any dissemination, distribution or copying of this communication is strictly prohibited. If you have received this communication in error, please notify the Sender immediately by replying to the message and deleting it from your computer. Thank you. Premier Inc. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]